mirror of
https://github.com/pret/pokediamond.git
synced 2026-04-23 05:17:44 -05:00
6 lines
68 B
C++
6 lines
68 B
C++
.macro glabel label
|
|
.global \label
|
|
.thumb
|
|
\label:
|
|
.endm
|