aboutsummaryrefslogtreecommitdiff
path: root/src/ahoy/NOTES
diff options
context:
space:
mode:
Diffstat (limited to 'src/ahoy/NOTES')
-rw-r--r--src/ahoy/NOTES3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ahoy/NOTES b/src/ahoy/NOTES
new file mode 100644
index 0000000..1a339ce
--- /dev/null
+++ b/src/ahoy/NOTES
@@ -0,0 +1,3 @@
+While the I register is intended to store 12-bit addresses, it *is* a
+16-bit register. If we want to stay true to the CHIP-8, it should be a
+uint16_t instead of an unsigned _BitInt(12);