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

Comments

  • tptQuantification
    tptQuantification
    22nd Apr 2023
    to talk about architecture
  • tptQuantification
    tptQuantification
    22nd Apr 2023
    I suppose i should make a new save, titled "WIP CPU" (no one could ever search for that without tags) or "CONTROL UNIT"
  • tptQuantification
    tptQuantification
    22nd Apr 2023
    im kinda basing what im doing on 8085/8086 archetecture
  • tptQuantification
    tptQuantification
    22nd Apr 2023
    should i make a flag register? or keep the flags as seperate registers
  • Jerehmia
    Jerehmia
    20th Apr 2023
    I wouldn't bother with a 29 bit carry, it complicates the adder and you'll rarely need it in practice. Your suggestion to do 28 bit calculations if you need to detect an overflow/underflow is much more practical.
  • tptQuantification
    tptQuantification
    20th Apr 2023
    I'm also not sure how i'd do a carry flag, but i feel like neg flag would serve that purpose in 28 bit calculations.
  • tptQuantification
    tptQuantification
    20th Apr 2023
    maybe add a pairity flag? but im struggling
  • tptQuantification
    tptQuantification
    20th Apr 2023
    i feel like i will go through it a lil more though
  • tptQuantification
    tptQuantification
    20th Apr 2023
    idunno if i should call it done and iterate on it in further versions
  • tptQuantification
    tptQuantification
    20th Apr 2023
    I wish i could get the signs to display hex