asm preprocessor update

This commit is contained in:
Banjo Kazooie
2024-07-07 19:57:19 -05:00
parent 9688497485
commit ee5847f5f1
2 changed files with 8 additions and 0 deletions

View File

@@ -16,6 +16,10 @@
\label:
.endm
.macro jlabel label
\label:
.endm
.macro endlabel label
.end \label
.endm