Using Devpac v3.18, I’m geting the following, "Error: bit number should be 0-7 for byte at line XXX in file YYY.s" for each occurance of BTST opcode. Anyone else get these errors?
with Devpac, erase tabulation in front of variables "var=xxx" : PATCHADR=$300
change "[]" by "()" and blk by dcb
use opt c- for case-sensitive off
and 2 others errors with BGT.L -> BGT.W
and voila !
@demoniac : with devpac 3, change BTST #10,$dff016 => BTST #2,$dff016
and for BTST #14,$dff002 => BTST #6,$dff002
bits :
15-14-13-12-11-10-09-08 (word format .W)
07-06-05-04-03-02-01-00 (byte format .B)
———————–
: 14=>06 and 10=>02 in byte format
Using Devpac v3.18, I’m geting the following, "Error: bit number should be 0-7 for byte at line XXX in file YYY.s" for each occurance of BTST opcode. Anyone else get these errors?
with Devpac, erase tabulation in front of variables "var=xxx" : PATCHADR=$300
change "[]" by "()" and blk by dcb
use opt c- for case-sensitive off
and 2 others errors with BGT.L -> BGT.W
and voila !
nice font and dezign!, i luve that 🙂