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
Add members
Enter Email IDs separated by commas, spaces or enter. Users need to be registered already on the platform. Note that collaboration is not real time as of now. Every save overwrites the previous data.
Delete
Are you sure you want to delete this project?
Delete
Are you sure you want to remove this collaborator?
Comments