VelkyVenik / 6502-monitor

6502 Monitor in Assembler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

6502 Monitor

MOS 6502 Monitor implemented in assembler for competiton Jednodesková výzva. Implemented and tested in ASM80 IDE

screenshot

How To

  1. Go to ASM80 IDE
  2. For file in (6502.emu, monitor.a65, serial.a65) { Create New file; Enter $file name; Copy&Paste file content }
  3. Open monitor.a65 file
  4. Start Simulator [F10]

Device description

  • CPU C6502
  • 4kB ROM (f000h-ffffh)
  • 1kB RAM (0000h-03ffh)
  • 6850 ACIA UART chip (control 0xa000, data 0xa001)

Useful Links

About

6502 Monitor in Assembler

License:MIT License