-
Notifications
You must be signed in to change notification settings - Fork 2
6502 Disassembler
localcity edited this page Jan 23, 2022
·
6 revisions
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.