mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-02 01:59:49 -04:00
7 lines
95 B
C++
7 lines
95 B
C++
.set noat
|
|
.set noreorder
|
|
.set gp=64
|
|
.macro glabel label
|
|
.global \label
|
|
\label:
|
|
.endm |