8-bit CPU
12 Stars     963 Views    

Author: Chamu Rajasekera

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: Dec 18, 2018

Updated: Jun 30, 2023


Comments

You must login before you can post a comment.

how do you program it?
Posted on May 26 2019 at 06:01PM UTC.
+2