Globals and start.asm #19

Merged
ShatteredMINT merged 10 commits from Gelthor/symphony_stdlib:graphics into main 2026-09-06 20:13:07 +02:00
Showing only changes of commit ca5cff0a79 - Show all commits
+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>
Gelthor marked this conversation as resolved
Review

Which errors can occur (if any) should probably have its own section here, probably called "Errors"

Which errors can occur (if any) should probably have its own section here, probably called "Errors"
; Errors: <list of any status codes returned in flags. OPTIONAL>
<label>: <;SHOULD BE INLINED>
<CODE>