22 lines
213 B
Plaintext
22 lines
213 B
Plaintext
|
# 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
|