mirror of
https://github.com/izzy2lost/shipdev.git
synced 2026-07-05 15:19:25 -07:00
5 lines
57 B
C++
5 lines
57 B
C++
|
|
.macro glabel label
|
||
|
|
.global \label
|
||
|
|
\label:
|
||
|
|
.endm
|