Files
vhdl/lib/CPUs/MIPS/sim/asm/mips_exception.s
T
jens cd2640e9c6 Initial revision
Committed on the Free edition of March Hare Software CVSNT Server.
Upgrade to CVS Suite for more features and support:
http://march-hare.com/cvsnt/


git-svn-id: http://moon:8086/svn/vhdl/trunk@986 cc03376c-175c-47c8-b038-4cd826a8556b
2013-07-24 18:13:16 +00:00

31 lines
334 B
ArmAsm

main:
j lab
# nop
# break 52
lab:
li, $8, 0x81234678
# SB
li, $15, 0x10000000
li $16, 0x00400014
mtc0, $16, $14
nop
nop
rfe
# Address error exception
sw $8, 1($15)
sw $8, 2($15)
sw $8, 3($15)
# Address error exception
sh $8, 1($15)
# Address error exception
sh $8, 3($15)
nop
nop
nop