From: Lukas Krickl Date: Fri, 11 Jul 2025 04:23:26 +0000 (+0200) Subject: Updated BUGS.md X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=117d2f39afa001f6d844c040128813883c8ede57;p=ulas%2F.git Updated BUGS.md --- 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