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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [binutils/] [tests-2/] [format/] [format.s] - Blame information for rev 7

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 7 hellwig
 
2
        .export label
3
 
4
        .code
5
 
6
; formatN
7
        trap
8
 
9
; formatRH
10
        mvfs    $23,1
11
 
12
; formatRHH
13
        ldhi    $23,0x12345678
14
        ldhi    $23,label+4
15
 
16
; formatRRX
17
        and     $23,$24,$25
18
        and     $23,$24,0x00005678
19
        and     $23,$24,0x12340000
20
        and     $23,$24,0x12345678
21
        and     $23,$24,label+4
22
 
23
; formatRRY
24
        add     $23,$24,$25
25
        add     $23,$24,0x00005678
26
        add     $23,$24,0x12340000
27
        add     $23,$24,0x12345678
28
        add     $23,$24,label+4
29
 
30
        .bss
31
        .space  0x1234
32
label:  .word   0

powered by: WebSVN 2.1.0

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