Need this for my emulator, and nobody can explain to me how it works, and
I can't find any documentation that's useful to me. Specifically, I need stuff
like "you shift left and then check the last bit" etc. etc. Basically, I have
a bunch of ones and zeroes and I have to know how to add/subtract/multiply/
divide with them.
-------