mirror of
https://github.com/notwa/lips
synced 2024-11-14 09:19:02 -08:00
fix typos
This commit is contained in:
parent
115bae0689
commit
6548bd3e5b
1 changed files with 3 additions and 3 deletions
|
@ -120,14 +120,14 @@ my_label:
|
|||
sw s3, label+4(s0)
|
||||
|
||||
; relative labels are borrowed from asw, except ours require a suffixing colon:
|
||||
-: : #1
|
||||
-: ; #1
|
||||
b ++ ; branches to #3
|
||||
nop
|
||||
+:
|
||||
-: ; #2
|
||||
b -- ; branches to #1
|
||||
nop
|
||||
+: : #3
|
||||
+: ; #3
|
||||
b - ; branches to #2
|
||||
nop
|
||||
|
||||
|
@ -198,7 +198,7 @@ In order of numerical value, with intended usage:
|
|||
|
||||
* R#: whereas # is a decimal number from 0 to 31.
|
||||
aliased to the appropriate register, for instance:
|
||||
R0 is ZERO, R1 is at, R2 is V0, etc.
|
||||
R0 is ZERO, R1 is AT, R2 is V0, etc.
|
||||
|
||||
* F#: coprocessor 1 registers, whereas # is a decimal number from 0 to 31.
|
||||
|
||||
|
|
Loading…
Reference in a new issue