16 lines
183 B
Text
16 lines
183 B
Text
# cr16 testcase for bne0b reg disp5
|
|
# mach(): cr16
|
|
|
|
.include "testutils.inc"
|
|
|
|
start
|
|
|
|
.global ne0b
|
|
bne0b:
|
|
mvi_h_condbit 0
|
|
movw $0x1201, r4
|
|
bne0b r4, 0x1a
|
|
not_ok:
|
|
fail
|
|
ok:
|
|
pass
|