mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-30 08:56:25 -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 |