Compare commits
2
Commits
786adfdb1c
...
37d0e556d2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
37d0e556d2 | ||
|
|
26d3a4d4f4 |
+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