Code:OutA var word asm OutA_hi=OutA OutA_lo=OutA+1 endasm OutA_hi var byte EXT OutA_lo var byte EXT
the easy way
ps I hope I got the endianness correct if not swap the hi byte low byte definitions
Code:OutA var word asm OutA_hi=OutA OutA_lo=OutA+1 endasm OutA_hi var byte EXT OutA_lo var byte EXT
the easy way
ps I hope I got the endianness correct if not swap the hi byte low byte definitions
Last edited by richard; - 2nd January 2016 at 23:33.
Bookmarks