- added call to debugger init routine

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@438 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2009-04-15 13:46:27 +00:00
parent 30340bd6cf
commit a00c0c1a0d
+6
View File
@@ -8,6 +8,7 @@ argv: .word argv0
.text
.section .start, "ax"
.extern _init
.extern dbg_init
.align 2
.globl _start
_start:
@@ -31,6 +32,11 @@ $zeroise:
jalr $k0
nop
# Call dbg_init
la $k0, dbg_init
jalr $k0
nop
# Set environment
li $a0, 1
la $a1, argv