Open neilsf opened 5 months ago
XC=BASIC currently sets the PROCESSOR 6502 directive for all targets. DASM supports the 650C2 but since XC=BASIC sets the assembly to 6502 mode, extended opcodes can not be used in ASM blocks. If target = x16, the processor type should be set 650C2.
PROCESSOR 6502
ASM
target = x16
XC=BASIC currently sets the
PROCESSOR 6502
directive for all targets. DASM supports the 650C2 but since XC=BASIC sets the assembly to 6502 mode, extended opcodes can not be used inASM
blocks. Iftarget = x16
, the processor type should be set 650C2.