1# check the NOT insn. 2# mach: example 3 4.include "testutils.inc" 5 6 start 7 JMP 3 8 HALT 9 10 SET r2, 0xc 11 NOT r0, r2 12 EQ r3, r0, 0x7ff3 13 JF r3, 2 14 15 pass 16