blob: 138af881bdee4d08ab951bbc3912325af0d3b56a [file] [log] [blame]
# cr16 testcase for or $dr,$sr
# mach(): cr16
.include "testutils.inc"
start
.global or
or:
movw $3, r4
movw $6, r5
orw r4, r5
test_h_gr r5, 7
pass