From a672f61e006a33864b6b4e610482cfc242b4fea2 Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Thu, 4 Jan 2024 18:30:51 +0100 Subject: [PATCH] Improved test for nested macros --- tests/t0.bin | Bin 214 -> 215 bytes tests/t0.s | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/t0.bin b/tests/t0.bin index 2100bc437f2e572d45ed0caa64b14d7d6c2dbdb1..371ef142ee4dd29c40eb82131274098a23b74568 100644 GIT binary patch delta 8 Pcmcb{c%5;=HAXf75SRlU delta 6 Ncmcc4c#UzwH2?}`0~P=P diff --git a/tests/t0.s b/tests/t0.s index 69260b4..fe5ffc8 100644 --- 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 -- 2.30.2