Specifications
5 Simulation
76
EPSON
S1C33 ASIC DESIGN GUIDE
EMBEDDED ARRAY SSL50000 SERIES
5.6 Evaluation Program Creation
5.6.1 asm33 Assembler Prototype
The procedure for using the asm33 assembler prototype and limitations on its use are described below.
Other issues follow the contents of the S1C33 Family C Compiler Package Manual. Refer to that man-
ual for more information.
(1) Running asm33
After executing $C33/bin/SETUP, enter the following command.
csh > asm33 <source file>
Input file: source file
Output lst file: (
*
.lst)
Example: asm33 test.asm
This creates the file test.lst.
When this command is executed, the following message is output to standard output, and the
LST file (*.lst) is created in the current directory.
Assembler33 Rev1.4 (Proto)
Copyright (C) SEIKO EPSON CORP. 1995
When the assembly completes without error, the following message will be output to
standard output.
Assembler complete.
If an assembly error occurs, the source file, line number, and error information will be output
to standard output.
The following message will be output to standard output if the argument is missing or if
multiple file names are specified.
Usage:
asm33 filename
filename:Assembler source file
Output:
Listing file (.lst)
Example:
asm33 test.asm