sly1/include/macro.inc

11 lines
143 B
C++

.macro glabel label
.global \label
.type \label, @function
\label:
.endm
.macro dlabel label
.global \label
\label:
.endm