We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b19a2e9 commit 7a5c5dfCopy full SHA for 7a5c5df
include/macro.inc
@@ -2,3 +2,7 @@
2
.global \label
3
\label:
4
.endm
5
+
6
+.macro jlabel label
7
+ \label:
8
+.endm
tools/asmproc
0 commit comments