Disassembler ds62 Development Tools
Outline

Disassembles an absolute object file in IEEE-695 format or a hex

file in Intel-HEX 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
Disassembler
ds62
file.abs filel.hex
fileh.hex file.par
IEEE-695 absolute
object file Intel HEX
files
ICE parameter file
or
file.ms
Preprocessed source file
file.err
Error file
from Linker from Hex converter
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> The specified input file name is incorrect.
Illegal HEX data format The input file is not an Intel-HEX format file.
Illegal offset address <offset address> The specified address is invalid.
Illegal option <option> An illegal option is specified.
No ICE parameter file specified ICE parameter file is not 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.
Start-up Command 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)