tptQuantification
tptQuantification
29 / 1
20th May 2023
20th May 2023
I made a demo like this before, but this shows off the flags, and is more compact
math logic hexidecimal display calculator

Comments

  • tptQuantification
    tptQuantification
    25th May 2023
    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!
  • RaconTPT
    RaconTPT
    24th May 2023
    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).
  • docRoboRobert
    docRoboRobert
    24th May 2023
    Nice machine. 1+
  • SalmontheSalmon
    SalmontheSalmon
    21st May 2023
    16 Segment Display = +1
  • micque
    micque
    20th May 2023
    i have no idea how it works but looks like you put a lot of effort in it! +1!
  • tptQuantification
    tptQuantification
    20th May 2023
    for a jumping off point for reading hexidecimal values like this, ID:3007697 HEX BASICS: Counting to 10
  • tptQuantification
    tptQuantification
    20th May 2023
    any suggestions for operation F other than nop?