You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
239 B

# cr16 testcase for jeq (regp)
# mach(): cr16
.include "testutils.inc"
start
.global jeq
jeq:
movd $ok, (r7,r6)
lshd $-1, (r7,r6)
mvi_h_condbit 0
movw $1, r4
movw $2, r5
cmpw r4, r5
jls (r7,r6)
not_ok:
fail
ok:
pass