17 lines
166 B
Text
17 lines
166 B
Text
# cr16 testcase for orw reg, reg
|
|
# mach(): cr16
|
|
|
|
.include "testutils.inc"
|
|
|
|
start
|
|
|
|
.global orw
|
|
orw:
|
|
movw $3, r4
|
|
movw $6, r5
|
|
|
|
orw r4, r5
|
|
|
|
test_h_gr r5, 7
|
|
|
|
pass
|