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
- Host: GitHub
- URL: https://github.com/picocomputer/ehbasic
- Owner: picocomputer
- Created: 2022-11-16T18:06:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-05T00:08:33.000Z (7 months ago)
- Last Synced: 2025-12-08T08:07:32.535Z (6 months ago)
- Language: Assembly
- Homepage:
- Size: 139 KB
- Stars: 10
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```