LDADUMP(1) Retro Project Manual LDADUMP(1) NAME ldadump - dump lda file (absolute loader paper tape format) SYNOPSIS ldadump [OPTION]... FILE... ldadump --help DESCRIPTION Reads files in lda-11(5) format, also known as absolute loader paper tape format, and prints a dump of the memory image. The default dump format is a compact with up to 8 words per line. The --lsm option changes this lsm-11(5) format, an lsmem command style address data list with a single word per line. OPTIONS --lsm use one word per line in lsm-11(5) format. --trec add a list of lda file record descriptions in front of the mem- ory dump. --tbyt prints a byte-by-byte trace of the input processing. Mainly use- ful for for low level debuging. EXAMPLES ldadump xxx.lda reads the file xxx.lda and prints a compact memory dump like 000300 : 000302 000000 000306 000000 000312 000000 000316 000000 001000 : 000000 000000 000001 000000 000000 000000 000000 000000 001020 : 002370 002404 002440 002510 000000 002000 : 000237 010067 176772 010167 176770 010267 176766 005067 002020 : 176764 005067 176762 005067 176760 005067 176756 012737 ldadump -trec xxx.lda reads the file xxx.lda and adds before the memory dump a lda record list like block 0, length 28 byte, address 000004:000037 block 1, length 12 byte, address 000240:000253 block 2, length 24 byte, address 000060:000107 block 3, length 4 byte, address 000120:000123 block 4, length 4 byte, address 000160:000163 block 5, length 4 byte, address 000200:000203 block 6, length 8 byte, address 000220:000227 block 7, length 8 byte, address 000254:000263 block 8, length 16 byte, address 000300:000317 block 9, length 4 byte, address 000220:000223 block 10, length 26 byte, address 001000:001031 block 11, length 336 byte, address 002000:002517 block 12, length 26 byte, address 002520:002551 block 13, length 0 byte, address 000001:000000 SEE ALSO asm-11(1), lda-11(5), lsm-11(5) AUTHOR Walter F.J. Mueller <W.F.J.Mueller@gsi.de> Retro Project 2019-04-14 LDADUMP(1)