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

Subversion Repositories mips32r1

[/] [mips32r1/] [trunk/] [Software/] [demos/] [XD1_Hello/] [src/] [os/] [exceptions.asm] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 ayersg
###############################################################################
2
# TITLE: Exception Vectors
3
# AUTHOR: Grant Ayers (ayers@cs.utah.edu)
4
# DATE: 23 May 2012
5
# FILENAME: exceptions.asm
6
# PROJECT: University of Utah XUM Single Core
7
# DESCRIPTION:
8
#   Provides the exception vectors which jump to
9
#   exception-handling routines.
10
#
11
###############################################################################
12
 
13
        .text
14
        .balign 4
15
        .set    noreorder
16
        .global mips32_exception
17
        .ent    mips32_exception
18
mips32_exception:
19
        j       mips32_exception        # Loop forever
20
        nop
21
        .end    mips32_exception
22
 
23
 

powered by: WebSVN 2.1.0

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