21 lines
213 B
Text
21 lines
213 B
Text
|
# m32r testcase for bnc $disp8
|
||
|
# mach(): m32r m32rx
|
||
|
|
||
|
.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
|