Compare commits
1
Commits
26d3a4d4f4
...
354be538c6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
354be538c6 |
+2
-2
@@ -16,8 +16,8 @@ All functions in the standard library should follow the following outline:
|
|||||||
; Arguments: <which register contains what argument>
|
; Arguments: <which register contains what argument>
|
||||||
; Result: <what is the result, and where is it stored>
|
; Result: <what is the result, and where is it stored>
|
||||||
; Clobbers: <list of registers that are clobbered>
|
; Clobbers: <list of registers that are clobbered>
|
||||||
fn_label: <;SHOULD BE INLINED>
|
<label>: <;SHOULD BE INLINED>
|
||||||
CODE
|
<CODE>
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user