diff options
Diffstat (limited to 'sim/testsuite/cr16/cmpb_i.cgs')
-rw-r--r-- | sim/testsuite/cr16/cmpb_i.cgs | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sim/testsuite/cr16/cmpb_i.cgs b/sim/testsuite/cr16/cmpb_i.cgs new file mode 100644 index 0000000..591abe9 --- /dev/null +++ b/sim/testsuite/cr16/cmpb_i.cgs @@ -0,0 +1,21 @@ +# cr16 testcase for cmpb $imm4, reg +# mach(): cr16 + + .include "testutils.inc" + + start + + .global cmpb_i +cmpb_i: + mvi_h_condbit 0 + movw $0x2311, r4 + cmpb $0x4211, r4 + beq ok +not_ok: + fail +ok: + mvi_h_condbit 1 + cmpb $0x4222,r4 + beq not_ok + + pass |