fix typos

This commit is contained in:
Connor Olding 2016-10-11 15:45:44 -07:00
parent 115bae0689
commit 6548bd3e5b
1 changed files with 3 additions and 3 deletions

View File

@ -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.