Epson S5U1C63000A Computer Accessories User Manual


 
CHAPTER 7: DISASSEMBLER
S5U1C63000A MANUAL EPSON 113
(S1C63 FAMILY ASSEMBLER PACKAGE)
7.4 Messages
The disassembler delivers all its messages via the Standard Output (stdout).
Start-up message
The disassembler outputs the following message when it starts up.
Disassembler 63 Ver x.xx
Copyright (C) SEIKO EPSON CORP. 1998-2001
End message
The disassembler outputs the following messages to indicate which files have been created when it
ends normally.
Created preprocessed source file <FILE NAME>.MS
Created error log file DS63.ERR
Disassembly 0 error(s) 0 warning(s)
Usage output
If no file name was specified or an option was not specified correctly, the disassembler ends after
delivering the following message concerning the usage:
Usage: ds63 [options] <file name>
Options: -cl Use lower case characters
-cu Use upper case characters
-e Output error log file (DS63.ERR)
-o <file name> Specify output file name
File names: Absolute object file (.ABS or .CSA/.LSA/.HSA)
When error/warning occurs
If an error occurs, an error message will appear before the end message shows up.
Example:
Error: Cannot open file TEST.ABS
Disassembly 1 error(s) 0 warning(s)
In the case of an error, the disassembler ends without creating an output file.
If a warning is issued, a warning message will appear before the end message shows up.
Example:
Warning: Input file name extension .HSA conflict
Disassembly 0 error(s) 1 warning(s)
In the case of a warning, the disassembler ends after creating an output file.
For details on errors and warnings, refer to Section 7.6 "Error/Warning Messages".