mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-10-31 23:55:06 -04:00
5 lines
57 B
PHP
5 lines
57 B
PHP
|
.macro glabel label
|
||
|
.global \label
|
||
|
\label:
|
||
|
.endm
|