Merge branch 'main' into console-functions

This commit is contained in:
Micha_i
2026-09-03 09:04:03 +02:00
+2 -2
View File
@@ -16,8 +16,8 @@ All functions in the standard library should follow the following outline:
; Arguments: <which register contains what argument>
; Result: <what is the result, and where is it stored>
; Clobbers: <list of registers that are clobbered>
fn_label: <;SHOULD BE INLINED>
CODE
<label>: <;SHOULD BE INLINED>
<CODE>
```