blob: b3faec4e2ee560d4380d532231e5c5c1990c5407 [file] [log] [blame]
# cr16 testcase for bnc $disp8
# mach(): cr16
.include "testutils.inc"
start
.global bnc8
bnc8:
mvi_h_condbit 0
bnc.s test0pass
test1fail:
fail
test0pass:
mvi_h_condbit 1
bnc.s test1fail
pass