1 Commits
Author SHA1 Message Date
PleegWat 3bf7ba988e Initial version of atoi
Functions to convert strings to integers in various bases
2026-09-02 21:11:45 +02:00
+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>
<label>: <;SHOULD BE INLINED>
<CODE>
fn_label: <;SHOULD BE INLINED>
CODE
```