-
Notifications
You must be signed in to change notification settings - Fork 0
Home
netzerohero edited this page May 11, 2024
·
15 revisions
Welcome to the community wiki!
Let's start this wiki with a list of software and hardware projects. Add yours here.
ASCII text editor for the RP6502
The classic "BASIC Computer Games" will run on EhBASIC if you change all occurrences of RND(1) to RND(0).
BASIC Computer Games
More BASIC Computer Games
- Loading EhBASIC into ROM
- Basics of BASIC (instructional video on picocomputer's BASIC)
- Adding graphics with EhBASIC+ Graphics ROM file (protoype)
Wozmon is what the Apple 1 came with.
SMON is a full blown monitor with memory dumps, assembler and disassembler and most important single step debugging.
Example RP6502-Shell - a basic shell coded in c that can call a list of func(int argc, char *argv[]) style functions.