aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 00784eb..f579e20 100644
--- a/README.md
+++ b/README.md
@@ -272,7 +272,7 @@ is 0x80000180. The base can be changed (`EBase` register) and then PC is set
to address EBase + 0x180. This is in accordance with MIPS release 1 and 2
manuals.
-Enable bit 10 (interrupt mask) in the Status register. Ensure that bit
+Enable bit 11 (interrupt mask) in the Status register. Ensure that bit
1 (`EXL`) is zero and bit 0 (`IE`) is set to one.
Enable interrupt in the receiver status register (bit 1 of `SERP_RX_ST_REG`).