APPENDIX C ASSEMBLY TOOL REFERENCE <hex88>
S5U1C88000C MANUAL II
EPSON
291
WORKBENCH/DEV TOOLS/OLD ASSEMBLER
FLAG
The hex88 can accept the following flag. The flag should be input with small letters.
Output file specification
Writes the output module for the file *.
The default is standard output. (hex88 fixed setting flag)
Function
Explanation
Flag
-o*
ERROR MESSAGE
bad file format
can't read <input file>
can't write <output file>
Input file format is incorrect.
Reading of the <input file> has failed.
Writing to the <output file> has failed.
Error message
Description
RETURN VALUE
If an error message is not printed, in other words if all the records have meanings, and all the reading
and writing is successful, the hex88 returns "success". Otherwise, the hex88 returns "failure".
EXAMPLE
Converts the absolute object file sample.a into the program data HEX file in the Motorola S2 format.
A>hex88 -o sample.sa sample.a