From 6548bd3e5b35cc2c0ce8049aadc9a01a157338c1 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Tue, 11 Oct 2016 15:45:44 -0700 Subject: [PATCH] fix typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f0d9628..0e5c121 100644 --- a/README.md +++ b/README.md @@ -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.