Skip to content

6502 Disassembler

Chysn edited this page Feb 4, 2022 · 6 revisions

To disassemble instructions, use the Disassembler Tool:

.D [from] [to]

where from and to are valid 16-bit hexadecimal addresses. If from is not provided, wAx will disassemble from the Command Pointer address. If to is not provided, 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 RETURN. wAx will enter the assembler after this.