summaryrefslogtreecommitdiff
path: root/asm/macros/label.inc
diff options
context:
space:
mode:
Diffstat (limited to 'asm/macros/label.inc')
-rwxr-xr-xasm/macros/label.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/asm/macros/label.inc b/asm/macros/label.inc
new file mode 100755
index 0000000..9812a85
--- /dev/null
+++ b/asm/macros/label.inc
@@ -0,0 +1,4 @@
+ .macro ds name
+ .global \name
+ \name\():
+ .endm