Closed krasin closed 12 years ago
DCPU16 (rev. 1.7) does not have an addressing mode relative to PC, so SET [PC+16], 10 is incorrect.
SET [PC+16], 10
The assembler does not fail, and produces the following output: 0xad81 0x0010 which is
0xad81 0x0010
SET [Y], 10 IFB A, A
Thanks so much for reporting this! Fixed now.
Thanks! Verified.
DCPU16 (rev. 1.7) does not have an addressing mode relative to PC, so
SET [PC+16], 10
is incorrect.The assembler does not fail, and produces the following output:
0xad81 0x0010
which is