diff options
Diffstat (limited to 'boot/stage3.elna')
| -rw-r--r-- | boot/stage3.elna | 8 |
1 files changed, 2 insertions, 6 deletions
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 |
