SST-6809 Single Board Computer
The SST-6809 single-board computer provides an expandable platform for learning Motorola MC6809 or Hitachi HD6309 assembly language and bare-metal interface experimentation.
- Start Here: https://github.com/KenWillmott/SST-6809
- Design Inspirations
- The SST-6809 Hardware
- The Memory Map
- Configuring the Jumpers
- The M8 Bus
- Motorola ASSIST09
- Ported Software
- TinyBASIC by Tom Pittman, Holger Veit, and Doug Gilliland
- TSC BASIC by TSC, Brian L. Stuart, and Doug Gilliland
- PSYMON 1.20B by Percom Data Systems
- BUGGY 1.01 by Lennart Benschop
- microFORTH 1.0 by Mike Pashea, ported by Ken Willmott
- Development Tools
- The Lost Wizard Assembler (lwasm) can output assembled code as S-records, usually saved as .s19 files
- Learning 6809 Assembly Language
- 6809 Assembly Language Programming by Lance Leventhal
- Assembly Language Subroutines for the 6809 by Lance Leventhal
- Additional Resources
- https://github.com/douggilliland/Retro-Computers in 6809 subdirectory
Return to top