mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-05-24 15:20:38 -04:00
8 lines
77 B
C++
8 lines
77 B
C++
# Assembly Macros
|
|
|
|
.macro glabel label
|
|
.global \label
|
|
\label:
|
|
.endm
|
|
|