Look, I'm not really looking to do anything fancy, it's just that I can't figure out how to do 16-bit signed addition/subtraction. I know the whole spiel about two's complement, however I'm lost in the details on how to extend 8-bit signed math to 16-bit land...
Could someone please help me? I'm specifically looking for examples of 16 bit signed add/subtract routines for the 6502, along with how 16-bit signed numbers are usually represented. I've searched in a lot of places so far and this is driving me nuts.
Could someone please help me? I'm specifically looking for examples of 16 bit signed add/subtract routines for the 6502, along with how 16-bit signed numbers are usually represented. I've searched in a lot of places so far and this is driving me nuts.