START
nop
AND R3,R1,#0xff00ff00
AND R3,R1,#0x00ff00ff
AND R3,R1,#0x00ffff00
AND R3,R1,#0xff0000ff
ORR R3,R1,#0xff00ff00
ORR R3,R1,#0x00ff00ff
ORR R3,R1,#0x00ffff00
ORR R3,R1,#0xff0000ff
AND R3,R1,#0x00000100
AND R3,R1,#0x00000101
END
Build target 'Target 1'
assembling 123.asm...
123.asm(11): error: A1616E: Instruction, offset, immediate or register combination is not supported by the current instruction set
123.asm: 11 00000012 AND R3,R1,#0x00ffff00
123.asm(12): error: A1616E: Instruction, offset, immediate or register combination is not supported by the current instruction set
123.asm: 12 00000012 AND R3,R1,#0xff0000ff
123.asm(16): error: A1616E: Instruction, offset, immediate or register combination is not supported by the current instruction set
123.asm: 16 0000001a ORR R3,R1,#0x00ffff00
123.asm(17): error: A1616E: Instruction, offset, immediate or register combination is not supported by the current instruction set
123.asm: 17 0000001a ORR R3,R1,#0xff0000ff
123.asm(20): error: A1616E: Instruction, offset, immediate or register combination is not supported by the current instruction set
123.asm: 20 0000001e AND R3,R1,#0x00000101
123.asm: 5 Errors, 0 Warnings
Target not created |
|