Changes

Jump to: navigation, search

6502 Emulator

10 bytes added, 11:34, 11 January 2020
Basic Controls
* Assemble - assembles the code in the text area, placing the resulting binary machine language at $0600 and outputting any error messasges to the message area.
* Run - runs the assembled code, ''if'' it assembled correctly. While the code is running, this button becomes a Stop button.
* Reset - changes resets the PC to $0600, clears state of the bitmap and character displays, and clears emulator (see the stack [[#Peripherals and zero pageMemory Map|Memory Map]] section below).* Hexdump - shows , in hexadecimal, the hexadecimal values stored in memory starting at $0600
* Disassemble - shows a combined hexdump and disassembly of code at $0600
* Notes - displays notes about the emulator in the message area.

Navigation menu