-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the Picocomputer's community wiki!
Let's start this wiki with a list of software and hardware projects. Add yours here.
Star-Swarms - a Galaxian clone
Space Raiders - tribute to Space Invaders
TE - 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 (prototype)
Wozmon - monitor the Apple 1 came with.
SMON - a full-featured monitor originally published in 1984 in "64'er" magazine for the Commodore 64 complete 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.
Game of Life is an excellent basis for studying the Picocomputer's graphics, code optimization and computational efficiency.
- LLVM-MOS version - coded for the experimental LLVM-MOS compiler
- CC65 version - instrumented code example measuring loop times with the pico's timer.