Globals and start.asm #19
@@ -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>
|
||||
|
Gelthor marked this conversation as resolved
|
||||
; Errors: <list of any status codes returned in flags. OPTIONAL>
|
||||
<label>: <;SHOULD BE INLINED>
|
||||
<CODE>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user
Which errors can occur (if any) should probably have its own section here, probably called "Errors"