APPENDIX C ASSEMBLY TOOL REFERENCE <rel88>
S5U1C88000C MANUAL II
EPSON
287
WORKBENCH/DEV TOOLS/OLD ASSEMBLER
EXAMPLE
Obtains a list of all the symbols within the module in alphabetic order in hexadecimal numbers.
C>rel88 -a alloc.o
0x0074C _alloc
0x0000D _exit
0x01feC _free
0x00beC _nalloc
0x0000D _sbreak
0x0000D _write
NOTE
When no symbol is in the object or local symbols only exist, rel88 outputs a "no memory" message.
However, the local symbols are registered in the symbolic table by setting the -all flag of the asm88 (all
symbols output). If you wish to refer to all symbols, set the -all flag of the asm88.