OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [cris/] [brokw-2.s] - Blame information for rev 816

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 julius
; Tests the broken-word function, two words.
2
        .syntax no_register_prefix
3
sym2:   moveq 0,r0
4
 
5
        .word   sym1 - sym2
6
        .word   sym3 - sym2
7
 
8
        moveq 1,r0
9
; Short jump around secondary jump table inserted here :
10
;       ba      next_label
11
;       nop
12
;       .skip   2,0
13
; Secondary jump table inserted here :
14
;       jump    sym3
15
;       jump    sym1
16
next_label:
17
        moveq 2,r0
18
 
19
        .space  32766, 0
20
 
21
sym1:   moveq 3,r0
22
sym3:   moveq 4,r0

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.