projects
/
ulas
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cca0792
)
Added simple docs for #define
author
Lukas Krickl
<lukas@krickl.dev>
Sat, 11 Nov 2023 16:14:49 +0000
(17:14 +0100)
committer
Lukas Krickl
<lukas@krickl.dev>
Sat, 11 Nov 2023 16:14:49 +0000
(17:14 +0100)
doc/ulas.man
patch
|
blob
|
history
diff --git
a/doc/ulas.man
b/doc/ulas.man
index 4951e2c41c38eea102e935f6102a3f1057e65a98..60401c8b8f5971a2242ee3925348231feff82f72 100644
(file)
--- a/
doc/ulas.man
+++ b/
doc/ulas.man
@@
-43,7
+43,11
@@
label$$:
my_macro a, b
+Define:
+#define name value
+name ; will be replaced with 'value'
+#undefine name
.SH ASSEMBLY SYNTAX