Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 486 Bytes

File metadata and controls

21 lines (16 loc) · 486 Bytes

6502 Software Repo

This will be the BIOS and ROM for my 6502 SBC. It is also a playground for different experiments and learnings in 6502 Assembler

Implemented functions

  • Serial IO
  • K.I.T.T Bliking LED in VIA Port B (Scope Creep, now this is a real software project)

Planned Functions

  • Serial I/O (ACIA RS232 TTL)
  • Bootloader
  • Memory Monitor
  • 6502 Basic
  • File Management on SD Cards
  • I2C I/O (Bitbanged)
  • SPI I/O (Bitbanged)
  • LCD Support
  • Video Display (Bitmap)