Memory Dumps

The ability to look into a buffer or examine a region of memory is often helpful. With Retrospect, this is provided by dump.

' words 42 dump
4242f4 | E8 BC D4 FD FF E8 4A FA FF FF E8 B5 FD FF FF E8 | ......J.........
424304 | 19 FA FF FF E8 77 D2 FD FF 09 00 00 00 E8 A2 FA | .....w..........
424314 | FF FF E8 06 FA FF FF 48 E8 31 | .......H.1

This format shows the address on the left, the hex values (16 per row) in the middle, and the ASCII symbols on the right.

dump ( address count -- )