summaryrefslogtreecommitdiff
path: root/asm/macros
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-10-11 11:59:28 -0500
committerMarcus Huderle <huderlem@gmail.com>2018-10-11 11:59:28 -0500
commitad3ef8944eb4e1291c1ac9bcf06a9f5779b20c55 (patch)
tree499bcb08b2631dd18c47d9dd446d53290b28c979 /asm/macros
parentbaab3ad562001c8d33b2a6d93c476324687a0613 (diff)
Dump start.s
Diffstat (limited to 'asm/macros')
-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