mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-03 16:42:16 -04:00
Start decompiling rarezip binary
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# Assembly Macros
|
||||
|
||||
.macro glabel label
|
||||
.global \label
|
||||
\label:
|
||||
.endm
|
||||
|
||||
Reference in New Issue
Block a user