diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-10-11 11:59:28 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-10-11 11:59:28 -0500 |
commit | ad3ef8944eb4e1291c1ac9bcf06a9f5779b20c55 (patch) | |
tree | 499bcb08b2631dd18c47d9dd446d53290b28c979 /asm/macros | |
parent | baab3ad562001c8d33b2a6d93c476324687a0613 (diff) |
Dump start.s
Diffstat (limited to 'asm/macros')
-rwxr-xr-x | asm/macros/label.inc | 4 |
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 |