projects
/
ulas
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7145b81
)
Improved test for nested macros
author
Lukas Krickl
<lukas@krickl.dev>
Thu, 4 Jan 2024 17:30:51 +0000
(18:30 +0100)
committer
Lukas Krickl
<lukas@krickl.dev>
Thu, 4 Jan 2024 17:30:51 +0000
(18:30 +0100)
tests/t0.bin
patch
|
blob
|
history
tests/t0.s
patch
|
blob
|
history
diff --git
a/tests/t0.bin
b/tests/t0.bin
index 2100bc437f2e572d45ed0caa64b14d7d6c2dbdb1..371ef142ee4dd29c40eb82131274098a23b74568 100644
(file)
Binary files a/tests/t0.bin and b/tests/t0.bin differ
diff --git
a/tests/t0.s
b/tests/t0.s
index 69260b4959cb0c9b47b03fc3bf3fd8d0d3b93203..fe5ffc8c1776059b6bbf5648f52de8bc84b2852e 100644
(file)
--- a/
tests/t0.s
+++ b/
tests/t0.s
@@
-151,6
+151,7
@@
testmacro 1, 2, 3, 4, 5, 6, 7, 8, 60, 61, 62, 63, "test"
#macro toplevel
.db $1
nextlevel 4
+nextlevel $2
#endmacro
-toplevel 5
+toplevel 5
, 6