old-cross-binutils/sim/testsuite/sim/m32r/not.cgs
1999-04-16 01:35:26 +00:00

17 lines
186 B
Text

# m32r testcase for not $dr,$sr
# mach(): m32r m32rx
.include "testutils.inc"
start
.global not
not:
mvi_h_gr r4, 1
mvi_h_gr r5, 2
not r4, r5
test_h_gr r4, 0xfffffffd
pass