Added find_index array function #9

Merged
ShatteredMINT merged 17 commits from Micha_i/symphony_stdlib:array-functions into main 2026-09-03 20:30:10 +02:00
Showing only changes of commit 5c9a33c24d - Show all commits
+2 -2
View File
@@ -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>
```