114 EPSON S5U1C62000A MANUAL
(S1C60/62 FAMILY ASSEMBLER PACKAGE)
CHAPTER 8: DISASSEMBLER
8.4 Messages
The disassembler delivers all its messages via the Standard Output (stdout).
Start-up message
The hex converter outputs only the following message when it starts up.
Disassembler 62 Ver x.xx
Copyright (C) SEIKO EPSON CORP. 199x
End message
The hex converter 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 DS62.ERR
Disassembly 0 error(s) 0 warning(s)
Usage output
If no file name was specified or an option was not specified correctly, the hex converter ends after
delivering the following message concerning the usage:
Usage: ds62 [options] <file names>
Options: -cl Use lower case characters
-cu Use upper case characters
-e Output error log file (DS62.ERR)
-o <file name> Output file name (.MS or no extension)
-s <address> Offset address (default 0x0)
File names: Absolute object file (.ABS or L/H.HEX)
ICE parameter file (.PAR)
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: Output file name 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 8.6 "Error/Warning Messages".