An open API service indexing awesome lists of open source software.

https://github.com/picocomputer/ehbasic

Lee Davison's Enhanced 6502 BASIC
https://github.com/picocomputer/ehbasic

Last synced: 2 months ago
JSON representation

Lee Davison's Enhanced 6502 BASIC

Awesome Lists containing this project

README

          

# RP6502 - Enhanced 6502 BASIC

Referfence manual and more information archived here:

http://retro.hansotten.nl/6502-sbc/lee-davison-web-site/enhanced-6502-basic/

You must have on your development system:
* [VSCode](https://code.visualstudio.com/). This has its own installer.
* A source install of [this CC65](https://github.com/picocomputer/cc65).
* The following suite of tools for your specific OS.
```
$ sudo apt-get install cmake python3 pip git build-essential
$ pip install pyserial
```