1 devlog
1h 29m 41s
This is a dumb, very basic virtual 4-bit CPU
The readme table does not render properly, please view it from the GitHub and not directly from Flavortown.
This is a dumb, very basic virtual 4-bit CPU
The readme table does not render properly, please view it from the GitHub and not directly from Flavortown.
So far, I have established the groundwork of the CPU. I have made a basic cycle system, where each cycle moves the instruction counter to the next instruction and then runs the newly selected instruction. The instructions I have implemented are:
Right now all instructions have to be written one after another with no newlines or spaces, but in the future when I add more instructions I will also make it more human-readable
Log in to leave a comment