blob: 5663bfb06b4f66985c5190fe9e067c1da205d12b [file] [log] [blame]
# cr16 testcase for sfs reg
# mach(): cr16
.include "testutils.inc"
start
.global sfs
sfs:
mvi_h_condbit 0
movw $0xaa, r4
movw $0xaa, r5
addb r4, r5
sfs r3
cmpw $1, r3
beq ok
not_ok:
fail
ok:
pass