From 117d2f39afa001f6d844c040128813883c8ede57 Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Fri, 11 Jul 2025 06:23:26 +0200 Subject: [PATCH] Updated BUGS.md --- BUGS.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/BUGS.md b/BUGS.md index d0dbc00..23564d6 100644 --- a/BUGS.md +++ b/BUGS.md @@ -5,8 +5,8 @@ e.g. ``` -#macro macro - ld a, $1 +#macro macro1 + nop other_macro #endmacro @@ -15,8 +15,7 @@ e.g. #endmacro ``` -This case seems to work fine if no expansion variable is used. -With an expansion variable this will result in a parser error. +This seems to be caused by the new line after the initial line (ld a, $1) being eaten. This likely happens during `pp_proc` that is applied to the already expanded macro. ## .scc ' ' does not work -- 2.30.2