binutils-gdb/sim/testsuite/cr16/orw.cgs

18 lines
166 B
Plaintext
Raw Normal View History

# 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