1# cr16 testcase for seq reg 2# mach(): cr16 3 4 .include "testutils.inc" 5 6 start 7 8 .global seq 9seq: 10 mvi_h_condbit 0 11 movw $12, r4 12 movw $12, r5 13 cmpw r4, r5 14 seq r3 15 cmpw $1, r3 16 beq ok 17not_ok: 18 fail 19ok: 20 pass 21