17 lines
184 B
Text
17 lines
184 B
Text
# m32r testcase for rem $dr,$sr
|
|
# mach(): m32r m32rx
|
|
|
|
.include "testutils.inc"
|
|
|
|
start
|
|
|
|
.global rem
|
|
rem:
|
|
mvi_h_gr r4, 12345678
|
|
mvi_h_gr r5, 7
|
|
|
|
rem r4, r5
|
|
|
|
test_h_gr r4, 2
|
|
|
|
pass
|