Epson S5U1C63000A Computer Accessories User Manual


 
Disassembler ds63
Development Tools
Outline
Disassembles an absolute object file in IEEE-695 format or a hex
file in Motorola-S format, and restores it to a source format file.
The restored source file can be processed in the
assembler/linker/hex converter to obtain the same object or hex
file.
Flowchart
ds63.err
Error file
Disassembler
ds63
file.abs
IEEE-695 absolute
object file
Motorola-S file
or
file.ms
Preprocessed source file
from Linker
from Hex converter
file.csa
file.lsa
file.hsa
Error Messages
Cannot create <file kind> file <FILE NAME> The file cannot be created.
Cannot open <file kind> file <FILE NAME> The file cannot be opened.
Cannot read <file kind> file <FILE NAME> The file cannot be read.
Cannot write <file kind> file <FILE NAME> Data cannot be written to the file.
Illegal file name <FILE NAME> specified with The specified output source file name is incorrect.
option <option>
Illegal file name <FILE NAME> The specified input file name is incorrect.
Illegal HEX data format The input file is not a Motorola-S format file.
Illegal option <option> An illegal option is specified.
Out of memory Cannot secure memory space.
Warning Message
Input file name extension .XXX conflict Two or more file names with the same extension have been
specified. The last one is used.
Cannot open Hex file xxx.csa The file cannot be opened. It is assumed there is no data
memory.
Start-up Command 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)