From 44fa14076985405d8390d50b92f6a2fdbcb7f751 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Mon, 1 Sep 2025 09:57:18 +0200 Subject: Support simple variable assignment --- boot/stage3.elna | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'boot/stage3.elna') diff --git a/boot/stage3.elna b/boot/stage3.elna index 2b31775..2c79295 100644 --- a/boot/stage3.elna +++ b/boot/stage3.elna @@ -4,12 +4,8 @@ # Stage3 compiler. # -# - Procedures without none or one argument. -# - Goto statements. -# - Character and integer literals. -# - Passing local variables to procedures. -# - Local variables should have the format: v00, -# where 00 is its offset from the sp register. +# - Procedures with multiple arguments. +# - Character literals with and without escaping. .section .rodata -- cgit v1.2.3