diff options
author | Ian Moffett <ian@osmora.org> | 2025-10-13 01:50:40 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-10-13 01:51:00 -0400 |
commit | 9b63029c3c7acddee207bedb80d9d1e337f9698b (patch) | |
tree | ab07a479d810a28eaeab0901d8f977e01faad3f3 | |
parent | 2edc15d0ad0bdbd0a1e1ba8893482f7cac06560e (diff) |
docs: Document register encoding identifiers
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -239,5 +239,9 @@ initialization code located in the ROM. - `MROD`: `0x12` - `MROQ`: `0x13` +### Register encoding identifiers + +- `X0 - X15`: `0x00 - 0x0E` + Copyright (c) 2024 Quinn Stephens and Ian Marco Moffett. All rights reserved. |