Posted on February 11, 2004 at 04:56Thanks, I've been looking for something like that, but so many to download I didn't know which one I needed. Thanks
Posted on February 10, 2004 at 13:21I have a signed 8 bit binary value... what happens if I add it to the acumulator and the value exceeds +127 or -128?
Posted on February 10, 2004 at 13:20More ASM and I've stumbled across another problem... I'm working with some signed binary which is stored in 16bit local variables e.g. BYTES EXTERN test1.b ; 16-bit What defines this as a 16bit value? Most of th...
Posted on February 09, 2004 at 07:33Hi, I'm trawling through some ASM code I need to update (not written by me) and having trouble interpretting some of it... LD {eval1+1},A Load acumulator to eval1... what does the +1 bit do? Is this to address the...