ASM and "bignumber"
nicolad76
Posts: 164
Hello...
quick question..
All ASM instruction, such as ADD, MOV etc...work on 9 bit register...which means·that the biggest·value I can handle is (2·^ 9) -1...is it correct?
How can I work in ASM with bigger number?...actually i just need to get to 10000 [noparse]:)[/noparse]
Thanks
Nicola
quick question..
All ASM instruction, such as ADD, MOV etc...work on 9 bit register...which means·that the biggest·value I can handle is (2·^ 9) -1...is it correct?
How can I work in ASM with bigger number?...actually i just need to get to 10000 [noparse]:)[/noparse]
Thanks
Nicola
Comments
You are right, of course...my brain must be on vacation [noparse];)[/noparse]
Thanks!