- 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:
@@ -34,12 +34,14 @@ $zeroise:
|
|||||||
# addiu $8, 4
|
# addiu $8, 4
|
||||||
|
|
||||||
# jump main
|
# jump main
|
||||||
la $8, main
|
la $t0, main
|
||||||
jalr $8
|
jalr $t0
|
||||||
|
nop
|
||||||
|
|
||||||
_terminate:
|
_terminate:
|
||||||
nop
|
|
||||||
j _terminate
|
|
||||||
nop
|
nop
|
||||||
|
la $t0, exit
|
||||||
|
jalr $t0
|
||||||
|
move $a0, $v0
|
||||||
|
|
||||||
.set reorder
|
.set reorder
|
||||||
|
|||||||
Reference in New Issue
Block a user