Skip to content

VelkyVenik/6502-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published