Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/sim/testsuite/m32r/bc8.cgs
2023-03-06 14:48:14 +01:00

23 lines
240 B
Text

# m32r testcase for bc $disp8
# mach(): m32r m32rx
.include "testutils.inc"
start
.global bc8
bc8:
mvi_h_condbit 0
bc.s test0fail
bra test0pass
test0fail:
fail
test0pass:
mvi_h_condbit 1
bc.s test1pass
fail
test1pass:
pass