blob: 8a4a570ce6e00cb8336e5f000604997e792f8714 [file] [log] [blame]
# check the NOT insn.
# mach: example
.include "testutils.inc"
start
JMP 3
HALT
SET r2, 0xc
NOT r0, r2
EQ r3, r0, 0x7ff3
JF r3, 2
pass