The first commit
This commit is contained in:
15
include/prelude.s
Normal file
15
include/prelude.s
Normal file
@@ -0,0 +1,15 @@
|
||||
.set noat
|
||||
.set noreorder
|
||||
.set gp=64
|
||||
.macro glabel label
|
||||
.global \label
|
||||
\label:
|
||||
.endm
|
||||
|
||||
.macro dlabel label
|
||||
.global \label
|
||||
\label:
|
||||
.endm
|
||||
|
||||
.macro endlabel label
|
||||
.endm
|
Reference in New Issue
Block a user