Function premble should list error codes, if any
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user