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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [bfin/] [reloc.s] - Blame information for rev 818

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 205 julius
        .extern load_extern1;
2
        .extern call_data1;
3
        .data
4
load_data1:     .word 4567;
5
load_data2:     .word 8901;
6
load_data3:     .word 1243;
7
load_data4:     .byte load_extern1;
8
        .text
9
        jump exit;
10
        call _call_data1;
11
        r5 = load_data1;
12
        jump exit-4;
13
        call call_data1+8;
14
        r5.H = load_data2;
15
        r7.L = load_data3;
16
        r1.h = load_extern1;
17
 
18
exit:
19
 

powered by: WebSVN 2.1.0

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