Comments

Log in with itch.io to leave a comment.

an unsigned 7-bit number would be 127(0111 1111), not 126( 0111 1110).

Indeed it is! Well spotted.

To support numbers >126, and thus inputs over 63, I would have to add a new bit to inputs register, the 26 bit.

Makes sense. I really enjoyed it I think it was very well put together. I hope you expand on it in the future. Maybe add the 64th bit, or maybe Two's complement?