- regsiter zeroise before main()

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@368 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2009-03-01 17:48:44 +00:00
parent c5394b8b22
commit a7387810b9
+7 -5
View File
@@ -34,12 +34,14 @@ $zeroise:
# addiu $8, 4
# jump main
la $8, main
jalr $8
la $t0, main
jalr $t0
nop
_terminate:
nop
j _terminate
_terminate:
nop
la $t0, exit
jalr $t0
move $a0, $v0
.set reorder