git-svn-id: http://moon:8086/svn/mips@164 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
2021-04-09 07:13:28 +00:00
parent e38ee6b1a2
commit 592c0b20b3
4 changed files with 106 additions and 41 deletions
+3 -2
View File
@@ -1,9 +1,10 @@
.file "init.s"
.text
.align 2
.section .init,"ax"
.align 4
.globl _init
.extern end
.extern main
_init:
.set noreorder