Epson S1C62 Family Computer Hardware User Manual


 
CROSS ASSEMBLER ASM62XX
III-4 EPSON S1C62 FAMILY
DEVELOPMENT TOOL REFERENCE MANUAL
When ASM62XX is started, the following start-up message is displayed.
Example: When assembling C2XX0A0.DAT
A>ASM62XX C2XX0A0
*** E0C62XX CROSS ASSEMBLER. --- Ver 2.00 ***
EEEEEEEEEE PPPPPPPP SSSSSSS OOOOOOOO NNN NNN
EEEEEEEEEE PPPPPPPPPP SSS SSSS OOO OOO NNNN NNN
EEE PPP PPP SSS SSS OOO OOO NNNNN NNN
EEE PPP PPP SSS OOO OOO NNNNNN NNN
EEEEEEEEEE PPPPPPPPPP SSSSSS OOO OOO NNN NNN NNN
EEEEEEEEEE PPPPPPPP SSSS OOO OOO NNN NNNNNN
EEE PPP SSS OOO OOO NNN NNNNN
EEE PPP SSS SSS OOO OOO NNN NNNN
EEEEEEEEEE PPP SSSS SSS OOO OOO NNN NNN
EEEEEEEEEE PPP SSSSSSS OOOOOOOO NNN NN
(C) COPYRIGHT 1991 SEIKO EPSON CORP.
SOURCE FILE NAME IS " C2XXYYY.DAT "
THIS SOFTWARE MAKES NEXT FILES.
C2XXYYYH.HEX ... HIGH BYTE OBJECT FILE.
C2XXYYYL.HEX ... LOW BYTE OBJECT FILE.
C2XXYYY .PRN ... ASSEMBLY LIST FILE.
Example 1: Basic assembly example
A>ASM62XX C2XXYYY
The source file "C2XXYYY.DAT" is input from drive A, and the
object files "C2XXYYYH.HEX" and "C2XXYYYL.HEX" and
the assembly listing file "C2XXYYY.PRN" are output to drive A.
The source file "C2XXYYY.DAT" is input from drive B, and the
object files "C2XXYYYH.HEX" and "C2XXYYYL.HEX" and
the assembly listing file "C2XXYYY.PRN" are output to drive B.
A>ASM62XX B:C2XXYYY
A>ASM62XX C2XXYYY.BBZ
The source file "C2XXYYY.DAT" is input from drive B, and the
object files "C2XXYYYH.HEX" and "C2XXYYYL.HEX" are
output to drive B. The assembly listing file is not generated.
Example 2: -N option use
A>ASM62XX C2XXYYY -N
No undefined program area is generated in the created object files
(C2XXYYYH.HEX, C2XXYYYL.HEX).
Refer to APPENDIX, "ASM62XX EXECUTION EXAMPLE".
A>ASM62XX C2XXYYY
In this case, FFH data is inserted into the undefined program area
of the object files.