aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-m68hc11/movw.s
blob: bbe61defa29c82f2a03077ffa3dfc9d51d9c5512 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
;;; Bug. movw used R_M68HC12_16B which was 1 byte misaligned.
	.sect .text
	.globl _start
_start:
start:
    movw    gp_max_on,x, gp_clk,x
    movw    0x22,sp, gp_clk,y
    movw    gp_clk,x, 0x12,sp
    movw    0x1001,x, 0x2002,y
    movw    small_off,sp, gp_max_on,y
    tfr     x,y
    rts