blob: e6ceb643ebf90d35704a3e34fce8018e83e6d198 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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
|