8 Bit Cpu
0 Stars     162 Views    

Author: galaxy circuit

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)Edit:Still trying to figure out how to program it.I might make it so that it can also multiply and divide.

Created: Jul 13, 2019

Updated: Jun 30, 2023


Comments

You must login before you can post a comment.