8-bit CPU
0 Stars     34 Views    

Author: John Lonergan

Forked from: Chamu Rajasekera/8-bit CPU

Project access type: Public

Description:

8-bit CPU based on Ben Eater's Breadboard CPU. Slight modifications to fetch instructions from ROM instead of ram, lowering RAM size to 8 bytes. Current Programming:(LDA 0, ADD 1, OUT, HLT, LDA 2, ADD 3, OUT, HLT, LDA 4, ADD 5, OUT, HLT, LDA 6, ADD 7, OUT, HLT)Reference: (LDA X Load byte from ram address X into $A)(ADD X Load byte from ram address X, sum with $A and put result in $A)(OUT Flush bus into output register $out)(HLT Halt)

Created: Aug 03, 2019

Updated: Apr 05, 2021


Comments

You must login before you can post a comment.