Epson S1C62 Family Computer Hardware User Manual


 
CROSS ASSEMBLER ASM62XX
S1C62 FAMILY EPSON III-3
DEVELOPMENT TOOL REFERENCE MANUAL
3 ASM62XX OPERATION PROCEDURE
This section explains how to operate ASM62XX.
3.1 Starting ASM62XX
When starting ASM62XX, enter the following at DOS command level (when a prompt such as A> is being
displayed):
ASM62XX _ [drive-name:] source-file-name [.shp] _ [-N]
_ indicates a blank.
A parameter enclosed by [ ]
can be omitted.
indicates the return key.
When starting ASM62XX through the DMS6200, selects the "ASM62XX.EXE" and source file in the menu
screen, and input options necessary.
Drive name
If the source file is not on the same disk as ASM62XX.EXE, specify a disk drive mounted the floppy disk
storing the source file before input the source file name. If the source file is on the same disk as
ASM62XX.EXE, it does not need to specify the disk drive.
Source file name
This is the name of the source file to be entered for ASM62XX. The source file name must not exceed
seven characters in length. File extension .DAT must not be entered.
.shp
Characters s, h, and p are options for specifying the file I/O drives, and can be omitted.
s: Specifies the drive from which the source file is to be input. A character from A to P can be
specified. If @ is specified, the source file in the current drive (directory) is input. Even if a drive
name is prefixed to the source file name, this option is effective.
h: Specifies the drive to which the object file (HEX) is to be output. A character from A to P can be
specified. If @ is specified, the object file is output to the current drive (directory). If Z is
specified, only assembly is executed; the object file is not generated.
p: Specifies the drive to which the assembly listing file is to be output. A character from A to P can
be specified. If @ is specified, the object file is output to the current drive (directory). If X is
specified, a listing containing error messages is output to the console. If Z is specified, the
assembly listing file is not generated.
Characters s, h, p must all be specified; only one or two of them is not sufficient.
-N option
The code (FFH) in the undefined area of program memory is not created.
Note The program data to be provided does not use the "-N" option. The FFH data should be inserted into
the undefined program area.