summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 43087bc..06b640e 100644
--- a/README.md
+++ b/README.md
@@ -12,10 +12,10 @@ The emulator will load a raw binary image or static ELF executable from a file s
which starts at 0x80000000 and is currently 16MiB,
and start execution at the start of the image/ram or the ELF entry point.
-There is also a debug out page starting at `0x00000000`-`0x00001000`.
+There is also a debug out section at `0x00000000`-`0x00010000`.
Anything written to it will be logged out in hex.
-There is also a UART at `0x00001000`-`0x00002000`, the interface is quite simple:
+There is also a UART at `0x00010000`-`0x00010002`, the interface is quite simple:
- byte `0`: Data. When written, writes out the character
When read, reads a character from the buffer, or 0 if empty.
- byte `1`: Status. Read-only. Least significant bit is `TX_READY` and indicates whether