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