No Description provided.
math
electronics
computer
showcase
calculator
logic
gate
gates
arithmatic
Comments
-
im kinda basing what im doing on 8085/8086 archetecture
-
should i make a flag register? or keep the flags as seperate registers
-
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.
-
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.
-
maybe add a pairity flag? but im struggling
-
i feel like i will go through it a lil more though
-
idunno if i should call it done and iterate on it in further versions
-
I wish i could get the signs to display hex
-
I've made it very easy to test the answers of the demonstration
-
I acknowledge the ADDR is mooving too fast for the alu