forked from TCShenanigans/symphony_stdlib
Merge branch 'main' into array-functions
This commit is contained in:
+2
-2
@@ -16,8 +16,8 @@ All functions in the standard library should follow the following outline:
|
||||
; Arguments: <which register contains what argument>
|
||||
; Result: <what is the result, and where is it stored>
|
||||
; Clobbers: <list of registers that are clobbered>
|
||||
fn_label: <;SHOULD BE INLINED>
|
||||
CODE
|
||||
<label>: <;SHOULD BE INLINED>
|
||||
<CODE>
|
||||
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user