# Assembly Macros
.macro glabel label
.global \label
.balign 4
.type \label, @function
\label:
.endm
.macro dlabel label
.macro jlabel label