1# cr16 testcase for macqw reg, (regp)
2# mach(): cr16
3
4 .include "testutils.inc"
5
6 start # REVIST to update testcase
7
8 .global macqw
9macqw:
10 movw $0x123,r3
11 movw $0x456,r4
12 macqw r3, r4, (r6,r5)
13 test_h_grp "(r6,r5)", 0x4edc2
14
15 pass
16