summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-m68hc11/xgate2.s
blob: 54b1ed9393821fea38f94875bbdaedaea2530f66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
;;; Part2 of branch test
;;; 
.globl  linked_ad1, linked_ad2
	.sect .text

linked_ad1:
    cmpl    r4,#1
    bne     linked_ad2

label1:
    nop
    par     r5

linked_ad2:
    csem    #2
    rts