mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-10 03:25:07 -05:00
5 lines
57 B
PHP
5 lines
57 B
PHP
|
.macro glabel label
|
||
|
.global \label
|
||
|
\label:
|
||
|
.endm
|