LDADUMP(1) Retro Project Manual LDADUMP(1) NNAAMMEE ldadump - dump lda file (absolute loader paper tape format) SSYYNNOOPPSSIISS llddaadduummpp [_O_P_T_I_O_N]... _F_I_L_E... llddaadduummpp ----hheellpp DDEESSCCRRIIPPTTIIOONN Reads files in llddaa--1111(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 ----llssmm option changes this llssmm--1111(5) format, an _l_s_m_e_m command style address data list with a single word per line. OOPPTTIIOONNSS ----llssmm use one word per line in llssmm--1111(5) format. ----ttrreecc add a list of _l_d_a file record descriptions in front of the mem- ory dump. ----ttbbyytt prints a byte-by-byte trace of the input processing. Mainly use- ful for for low level debuging. EEXXAAMMPPLLEESS llddaadduummpp xxxxxx..llddaa reads the file _x_x_x_._l_d_a 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 llddaadduummpp --ttrreecc xxxxxx..llddaa reads the file _x_x_x_._l_d_a 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 SSEEEE AALLSSOO aassmm--1111(1), llddaa--1111(5), llssmm--1111(5) AAUUTTHHOORR Walter F.J. Mueller Retro Project 2019-04-14 LDADUMP(1)