think about how you add two number up
its a bit like that but totally different

Takes hex, internally converts into binary, does the arithmetic, displays results back in hex.
Takes hex, internally converts into binary, does the arithmetic, displays results back in hex.
thought it was something like that thanks.
got an exam at 5 and not got any notes etc.
one think though i got an example here, its 5EH - 4CH. the H is upper case but is smaller than other figures and its sort of on the toe of E and C if that makes sense. what does that mean?
think about how you add two number up
its a bit like that but totally different

thought it was something like that thanks.
got an exam at 5 and not got any notes etc.
one think though i got an example here, its 5EH - 4CH. the H is upper case but is smaller than other figures and its sort of on the toe of E and C if that makes sense. what does that mean?
it cannot accept hex its binary!!!
it accepts a string of 1's and 0's and does some magic, then does some stuff to disply some other stuff on the screen (unless its not going to be displayed on the screen)