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>
|
; Result: <what is the result, and where is it stored>
|
||||||
; Clobbers: <list of registers that are clobbered>
|
; Clobbers: <list of registers that are clobbered>
|
||||||
; Globals: <list of globals are accessed. OPTIONAL>
|
; Globals: <list of globals are accessed. OPTIONAL>
|
||||||
|
; Errors: <list of any status codes returned in flags. OPTIONAL>
|
||||||
<label>: <;SHOULD BE INLINED>
|
<label>: <;SHOULD BE INLINED>
|
||||||
<CODE>
|
<CODE>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user