APPENDIX A ASSEMBLER (Sub tool chain)
220
EPSON
S5U1C88000C MANUAL II
WORKBENCH/DEV TOOLS/OLD ASSEMBLER
A.2.3.8 Error list
The errors generated during asm88 assembling will be output as an error list file.
The name of the file created will be the same as the file name input with the asm88 other than when
specifying -o flag. The extension will be ".e".
The output format of the error list is as indicated below.
SOURCE FILE LINE No.: ERROR LEVEL: ERROR MESSAGE
SOURCE FILE
Source file name
LINE No.
Line number in which the error occurred
ERROR LEVEL
Level of error
Warning
This is a warning and does not affect the output object.
Severe
This is a general error. The output object will be invalid.
Fatal
This is a fatal error. Assembly will be interrupted. Fatal errors are displayed on the
CRT without output of an error list file.
ERROR MESSAGE
Error content
Refer to Appendix C for the error messages of the asm88.
Example of error list
error.s 16: Severe: delay not defined
When an error is not generated, nothing will be output in the error list file.
A.2.3.9 Example of assembly execution
The following shows example of the assembly execution.
Messages when ra88.bat (relocatable assembly) is executed
C:\USER>c:\EPSON\ra88 sample
C:\USER>echo off
E0C88 Family Auto Relocatable Assemble Execution Utility Ver. X.XX
Copyright (C) SEIKO EPSON CORP. 1993–1996
sap88 Structured Assembler Preprocessor Version X.XX
Copyright (c) 1993 by Advanced Data Controls, Corp.
Licenced to SEIKO EPSON CORP.
asm88 Cross Assembler Version X.XX
Copyright (c) 1993 by Advanced Data Controls, Corp.
Licenced to SEIKO EPSON CORP.
9 Symbol(s) Used
0 Warning Error(s)
0 Severe Error(s)
ra88.bat utility has been successfully executed.
C:\USER>