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