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:
Apr 08, 2020
Updated:
May 11, 2020
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