mirror of
https://github.com/zeldaret/oot.git
synced 2024-12-02 07:46:01 +00:00
5 lines
57 B
PHP
5 lines
57 B
PHP
|
.macro glabel label
|
||
|
.global \label
|
||
|
\label:
|
||
|
.endm
|