ADAPT(1) — Kubota Pacfic Computer Inc. (C Programming Language Utilities)
NAME
adapt − postload an a.out file to run on a Titan 3000
SYNOPSIS
adapt [ −v ] [ infile [ outfile ] ]
DESCRIPTION
adapt takes as input an executable file for a Titan 1500 system and produces an executable file for the Titan 3000. The resultant output file is functionally identical to the input file. infile is the name of the input object file compiled for Titan 1500 execution. outfile is optional. If no name is specified for the output file, a file named x.out is produced.
OPTIONS
−vCauses adapt to provide diagnostic information about the postloading process. With this option, whenever an instruction gets changed by the postloader, the address in the input file where the change occurred and the new instruction inserted are listed on stderr.
September 02, 1992