ACME Assembler doesn't support STP opcode?
Posted: Wed Dec 13, 2023 12:32 am
I read somewhere that ACME assembler was the assembler of choice for the Commander X16, but when I compile my code (windows) using this command:
It reports that the STP command is a label.
I want to use the debugger, but I can't if I can't assemble with the stp opcode.
Maybe there's some custom version of the assembler I don't know about for the cx16? Should I just go back to ca65?
acme -o program.prg --cpu 65c02 program.asm
It reports that the STP command is a label.
I want to use the debugger, but I can't if I can't assemble with the stp opcode.
Maybe there's some custom version of the assembler I don't know about for the cx16? Should I just go back to ca65?