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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [mp3/] [sw/] [support/] [except.S] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 505 lampret
#include "spr_defs.h"
2
 
3
.section .text
4
 
5
.org 0x100
6
 
7
_reset:
8
        l.nop
9
        l.j     _reset_except
10
        l.nop
11
 
12
.org 0x200
13
 
14
_except_200:
15
        l.nop
16
        l.j     _buserr_except
17
        l.nop
18
 
19
.org 0x300
20
 
21
_except_300:
22
        l.nop
23
        l.j     _dpf_except
24
        l.nop
25
 
26
.org 0x400
27
 
28
_except_400:
29
        l.nop
30
        l.j     _ipf_except
31
        l.nop
32
 
33
.org 0x500
34
 
35
_except_500:
36
        l.nop
37
        l.j     _lpint_except
38
        l.nop
39
 
40
.org 0x600
41
 
42
_except_600:
43
        l.nop
44
        l.j     _align_except
45
        l.nop
46
 
47
.org 0x700
48
 
49
_except_700:
50
        l.nop
51
        l.j     _illegal_except
52
        l.nop
53
 
54
.org 0x800
55
 
56
_except_800:
57
        l.nop
58
        l.j     _hpint_except
59
        l.nop
60
 
61
.org 0x900
62
 
63
_except_900:
64
        l.nop
65
        l.j     _dtlbmiss_except
66
        l.nop
67
 
68
.org 0xa00
69
 
70
_except_a00:
71
        l.nop
72
        l.j     _itlbmiss_except
73
        l.nop
74
 
75
.org 0xb00
76
 
77
_except_b00:
78
        l.nop
79
        l.j     _range_except
80
        l.nop
81
 
82
.org 0xc00
83
 
84
_except_c00:
85
        l.nop
86
        l.j     _syscall_except
87
        l.nop
88
 
89
.org 0xd00
90
 
91
_except_d00:
92
        l.nop
93
        l.j     _res1_except
94
        l.nop
95
 
96
.org 0xe00
97
 
98
_except_e00:
99
        l.nop
100
        l.j     _trap_except
101
        l.nop
102
 
103
.org 0xf00
104
 
105
_except_f00:
106
        l.nop
107
        l.j     _res2_except
108
        l.nop
109
 

powered by: WebSVN 2.1.0

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