Comment by rhdunn
4 hours ago
Ben Eater's 6502 series [1] uses MSBASIC for programming along with WozMon as the terminal interface.
[1] https://www.youtube.com/playlist?list=PLowKtXNTBypFbtuVMUVXN...
4 hours ago
Ben Eater's 6502 series [1] uses MSBASIC for programming along with WozMon as the terminal interface.
[1] https://www.youtube.com/playlist?list=PLowKtXNTBypFbtuVMUVXN...
Is that the same BASIC as this?
From the video [1] that links to Ben Eater's fork with extensions and configuration specific to his 6502 breadboard computer [2]. That in turn is forked from `mist64/msbasic` which refers to a blog post [3] which states:
> This episode of “Computer Archeology” is about reverse engineering eight different versions of Microsoft BASIC 6502 (Commodore, AppleSoft etc.), ...
> This article also presents a set of assembly source files that can be made to compile into a byte exact copy of seven different versions of Microsoft BASIC, and lets you even create your own version.
So Ben Eater's version is based on a reverse engineered version of the same program. You should be able to adapt the code released here to run on Ben Eater's 6502 with a bit of work.
[1] https://www.youtube.com/watch?v=XlbPnihCM0E&list=PLowKtXNTBy...
[2] https://github.com/beneater/msbasic
[3] https://www.pagetable.com/?p=46