17 lines
189 B
Text
17 lines
189 B
Text
# m32r testcase for or3 $dr,$sr,#$ulo16
|
|
# mach(): m32r m32rx
|
|
|
|
.include "testutils.inc"
|
|
|
|
start
|
|
|
|
.global or3
|
|
or3:
|
|
mvi_h_gr r4, 0
|
|
mvi_h_gr r5, 6
|
|
|
|
or3 r4, r5, #3
|
|
|
|
test_h_gr r4, 7
|
|
|
|
pass
|