projects
/
rrq
/
jonasforth.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0c63c3
)
Add syntax=fasm to FASM files
author
Jonas Hvid
<mail@johv.dk>
Sat, 7 Mar 2020 18:30:40 +0000
(19:30 +0100)
committer
Jonas Hvid
<mail@johv.dk>
Sat, 7 Mar 2020 18:30:40 +0000
(19:30 +0100)
impl.asm
patch
|
blob
|
history
main.asm
patch
|
blob
|
history
diff --git
a/impl.asm
b/impl.asm
index 9ad22789eb587a03da91ae3773427543006a6253..a9b8564e19faeb9c6bdf3ed7b8906f1dccf7d533 100644
(file)
--- a/
impl.asm
+++ b/
impl.asm
@@
-1,3
+1,5
@@
+;; vim: syntax=fasm
+
segment readable executable
macro printlen msg, len {
diff --git
a/main.asm
b/main.asm
index 1a41bb9a2c1dc30f1050200a9e724a56885eff47..183264c8a47d25ee0bce07677da5456da6385882 100644
(file)
--- a/
main.asm
+++ b/
main.asm
@@
-1,3
+1,5
@@
+;; vim: syntax=fasm
+
format ELF64 executable
;; The code in this macro is placed at the end of each Forth word. When we are