Skip to content

Memory Dump

Chysn edited this page Jun 22, 2020 · 3 revisions

https://youtu.be/Xjdx_4wyNC8

Hex Dump

To see a hex dump listing, enter

:[addr]

where addr is a valid 16-bit hexadecimal address. If no address is provided, the memory dump will continue at the persistent counter address.

wAx will display memory in hexadecimal bytes, four per line, including a display of the PETSCII characters for a selected range of values. 16 lines of four bytes will be displayed. You can display more by pressing RETURN.

If you hold down Shift while the memory dump is listing, the memory dump will continue to run until you release Shift (or disengage Shift Lock).

The list will immediately stop if you press the Stop key.

You may cursor up to a hex dump line and change one or more of the values, and press Return. wAx will enter the memory editor after this.

Binary Dump

To see a binary dump listing with one byte per line, enter

%[addr]

where addr is a valid 16-bit hexadecimal address. If no address is provided, the binary dump will continue at the persistent counter address.

wAx will display memory in binary bytes, one byte per line, as 0 and 1. The 1s are displayed in reverse text, so you can easily see character data or binary patterns. 16 lines will be displayed. You can display more by pressing Return.

If you hold down Shift while the memory dump is listing, the memory dump will continue to run until you release Shift (or disengage Shift Lock).

The list will immediately stop if you press the Stop key.

You may cursor up to a binary dump line and change one or more of the bits, and press Return. wAx will enter the memory editor after this.