Improved test for nested macros
authorLukas Krickl <lukas@krickl.dev>
Thu, 4 Jan 2024 17:30:51 +0000 (18:30 +0100)
committerLukas Krickl <lukas@krickl.dev>
Thu, 4 Jan 2024 17:30:51 +0000 (18:30 +0100)
tests/t0.bin
tests/t0.s

index 2100bc437f2e572d45ed0caa64b14d7d6c2dbdb1..371ef142ee4dd29c40eb82131274098a23b74568 100644 (file)
Binary files a/tests/t0.bin and b/tests/t0.bin differ
index 69260b4959cb0c9b47b03fc3bf3fd8d0d3b93203..fe5ffc8c1776059b6bbf5648f52de8bc84b2852e 100644 (file)
@@ -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