mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-07 11:14:05 -05:00
6 lines
73 B
C++
6 lines
73 B
C++
.macro glabel label
|
|
.global \label
|
|
.thumb
|
|
\label:
|
|
.endm
|