I made a demo like this before, but this shows off the flags, and is more compact
math
logic
hexidecimal
display
calculator
Comments
-
if a doesnt equal 0, output b else 0? i think i wanna handle conditional statements like that with a seperate control unit, but i may add a nor. good suggestion!
-
for opcode 0xf I'd suggest maybe a `A!=0?B:0` for if statements. Or you could add a NOR gate since NOR or NAND gate since they are turing complete (sort of).
-
Nice machine. 1+
-
16 Segment Display = +1
-
i have no idea how it works but looks like you put a lot of effort in it! +1!
-
for a jumping off point for reading hexidecimal values like this, ID:3007697 HEX BASICS: Counting to 10
-
any suggestions for operation F other than nop?