Function premble should list error codes, if any

This commit is contained in:
2026-09-06 16:25:40 +01:00
parent 7368044335
commit ca5cff0a79
+1
View File
@@ -17,6 +17,7 @@ All functions in the standard library should follow the following outline:
; Result: <what is the result, and where is it stored>
; Clobbers: <list of registers that are clobbered>
; Globals: <list of globals are accessed. OPTIONAL>
; Errors: <list of any status codes returned in flags. OPTIONAL>
<label>: <;SHOULD BE INLINED>
<CODE>