Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/sim/testsuite/cr16/br.cgs

25 lines
235 B
Text
Raw Normal View History

2023-03-06 14:48:14 +01:00
# cr16 testcase for bc $disp24
# mach(): cr16
.include "testutils.inc"
start
.global bc24
bc24:
mvi_h_condbit 0
bne test0fail
br test0pass
test0fail:
fail
test0pass:
mvi_h_condbit 1
bne test1pass
fail
test1pass:
pass