Skip to content

6502 Disassembler

localcity edited this page Jan 23, 2022 · 6 revisions

https://youtu.be/ObDbgTEe60A

To disassemble instructions, enter

.[addr]

where addr is a valid 16-bit hexadecimal address. If addr is not provided, wAx will disassemble from the persistent counter address.

wAx will disassemble 16 lines of instructions starting at the specified address. You can display more by pressing RETURN.

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

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

You may cursor up to a disassembled instruction and make changes to it, and press Enter. wAx will enter the assembler after this.

Clone this wiki locally