brocci / 8008-SBC

Home-brew Intel 8008 single board computer with SCELBAL BASIC interpreter in EPROM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

8008-SBC

Home-brew Intel 8008 single board computer with SCELBAL BASIC interpreter in EPROM. The hardware design borrows heavily from Len Bayles's Intel 8008 Computer Clock and Jim Kearney's Tiny 8. The SCELBAL BASIC Interpreter can be found at Mike Willegal's SCELBAL BASIC page. The firmware was assembled using the Macro Assembler AS. One half of a 27256 32K EPROM is used to store the firmware. The SCELBAL BASIC object code is loaded into the EPROM from 0000H to 1FFFH. The monitor object code is loaded into the EPROM from 2000H to 3FFFH. A jumper connected to the A13 input of the EPROM is used to select either the SCELBAL BASIC or the monitor for execution by the 8008.

Home-brew Intel 8008 SBC


8008 SBC Clock and Reset Schematic


8008 SBC Address and Data Bus Schematic


8008 SBC Memory Schematic


8008 SBC G22V10 #1 Schematic


8008 SBC G22V10 #2 Schematic


8008 SBC Serial I/O Schematic


8008 Parallel Output Schematic


8008 SBC Vcc and Gnd Connections


About

Home-brew Intel 8008 single board computer with SCELBAL BASIC interpreter in EPROM


Languages

Language:Assembly 100.0%