2 changed files with 3 additions and 3 deletions
+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> ; 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>
``` ```
+1 -1
View File
@@ -1,4 +1,4 @@
@0x10000: ; Example address until we get a proper memory map for this @0x10000 ; Example address until we get a proper memory map for this
; Shift conversion table ; Shift conversion table
; It stores the mapping from value 32-127 of the ASCII table to their shifted equivalents (both ways) in the standard US keyboard layout ; It stores the mapping from value 32-127 of the ASCII table to their shifted equivalents (both ways) in the standard US keyboard layout