Skip to content

A small 6502 emulator running Microsoft OSI BASIC (blue pill arm)

Notifications You must be signed in to change notification settings

napobear/BluePill-6502

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BluePill-6502

/*
  Small 6502 emulator for the blue pill
  (c) 2019 rampa@encomix.org

  using:
    jeeH (from jeelabs)
    fake6502 (Mike Chambers)
    Some (ACIA code) from satoshinm
    OSI 6502 BASIC VERSION 1.0 REV 3.2  (Microsoft Corporation)
*/
  • compile and upload with PlatformIO.
  • remember to change the upload port in platformio.ini
  • Uses the standard UART to input/output

About

A small 6502 emulator running Microsoft OSI BASIC (blue pill arm)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.8%
  • C++ 2.2%