OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-arm/] [arm-static-app.s] - Blame information for rev 262

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 julius
        .text
2
        .globl _start
3
_start:
4
        mov     ip, sp
5
        stmdb   sp!, {r11, ip, lr, pc}
6
        bl      app_func
7
        ldmia   sp, {r11, sp, lr}
8
        bx lr
9
 
10
        .globl app_func
11
app_func:
12
        mov     ip, sp
13
        stmdb   sp!, {r11, ip, lr, pc}
14
        bl      app_func2
15
        ldmia   sp, {r11, sp, lr}
16
        bx lr
17
 
18
        .globl app_func2
19
app_func2:
20
        bx      lr

powered by: WebSVN 2.1.0

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