tptQuantification
tptQuantification
25 / 0
17th Apr 2023
19th July
No Description provided.
math electronics computer showcase calculator logic gate gates arithmatic

Comments

  • 1tron
    1tron
    19th July
    (upload something new!)
  • tptQuantification
    tptQuantification
    19th July
    Accidental reupload!
  • tptQuantification
    tptQuantification
    23rd Apr 2023
    it takes effort on my part to read and interperet data in binary that isnt aligned with the digits in hex, so im trying to keep things in nice nibble sized peices
  • tptQuantification
    tptQuantification
    23rd Apr 2023
    @RaconTPT totally a good suggestion though, I was doing that until i thought to do an equality checker, accumulator=A and Accumulator=B
  • tptQuantification
    tptQuantification
    23rd Apr 2023
    I might itterate on this, scrap everything but the logic unit between the demux and mux, and fit in an improved decrimenter, incrementer, and 2's compliment based on @jerehmia's suggestions, as well as impliment my slightly smaller and faster 29 bit adder
  • tptQuantification
    tptQuantification
    23rd Apr 2023
    (stick it all together as in make a computer from this alu)
  • tptQuantification
    tptQuantification
    23rd Apr 2023
    @racoontpt this takes the whole 16 allocated opcodes that the mux has available, but i think in the future when i stick it all together ill have room on the opcode to be able to do more
  • RaconTPT
    RaconTPT
    23rd Apr 2023
    btw `nop` == command that doesn't do anything
  • RaconTPT
    RaconTPT
    23rd Apr 2023
    If you have spair instructions, you can keep them for later mods. Personally I think it's nice to have multiple `nop` opcodes.
  • Jerehmia
    Jerehmia
    23rd Apr 2023
    Putting flags into a register is always a good idea because it makes it easier to store, load and manipulate the cpu state.