Files
Digital-Research-Source-Code/CPM OPERATING SYSTEMS/CPM 68K/1.0X SOURCES/v103/doc/cmnd/nmc68
Sepp J Morris 31738079c4 Upload
Digital Research
2020-11-06 18:50:37 +01:00

15 lines
505 B
Plaintext

.so macro
.he 'NMC68''NMC68'
.pr PROGRAM NMC68
nmc68 - print c68 symbol table
.us USAGE
nmc68 [ name ]
.fn FUNCTION
prints the symbol table from the output file of an
68000 assembler (as68) or loader (lo68) run.
Each symbol name is followed by its value
and one or more of the following type descriptors: equ (equated), global,
equreg (equated register), external, data, text, bss, abs (absolute).
The output is not sorted and thus appears in the order that the
symbols appear in the file's symbol table.