Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 658 Bytes

File metadata and controls

24 lines (16 loc) · 658 Bytes

badXbasic

msbasic for the bad6502

This runs the KIM-1 basic rom from https://github.com/mist64/msbasic

The code uses the bad6502 to simulate a bare KIM-1 just to run the BASIC code from 1977.
Everything is intentionally kept as simple as posible.

CNTL-C does not work correctly yet, you can use CNTL-X to exit the interpreter.

you need the badX16 repo checked out alongside this repo. (https://github.com/dherrendoerfer/badX16) it uses the cpu/fake6502 files for running the 65c02.

working are:

  • kim-1
  • OSI
  • Microtan
  • cbmbasic2

buggy:

oddities:

  • cbmbasic2: the TAB command does not work. Line-End handling is weird.