mirror of
https://github.com/zeldaret/mm.git
synced 2024-12-01 00:30:45 +00:00
7 lines
92 B
C++
7 lines
92 B
C++
.set noat
|
|
.set noreorder
|
|
.set gp=64
|
|
.macro glabel label
|
|
.global \label
|
|
\label:
|
|
.endm |