blob: f060d298627894904d3210aa8bcf1fb229f37971 [file] [log] [blame]
# cr16 testcase for bnc $disp24
# mach(): cr16
.include "testutils.inc"
start
.global bnc24
bnc24:
mvi_h_condbit 0
bnc.l test0pass
test1fail:
fail
test0pass:
mvi_h_condbit 1
bnc.l test1fail
pass