Sign in
gnu
/
binutils-gdb
/
9cd609f8641849d4bbf25f90d5fde58228aeb866
/
.
/
sim
/
testsuite
/
cr16
/
cmpb_i.cgs
blob: 591abe9a849e731fbaa2d7d650d982054545e708 [
file
] [
log
] [
blame
]
# cr16 testcase for cmpb $imm4, reg
# mach(): cr16
.
include
"testutils.inc"
start
.
global
cmpb_i
cmpb_i
:
mvi_h_condbit
0
movw $0x2311
,
r4
cmpb $0x4211
,
r4
beq ok
not_ok
:
fail
ok
:
mvi_h_condbit
1
cmpb $0x4222
,
r4
beq not_ok
pass