aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-02-13 14:00:20 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-02-13 14:00:20 +0100
commit6dca08dfe5e1c1cfc6f40b2e421027e13821bdb6 (patch)
treef4429e205ae02b94c9088207416b580194848ebb
parent79e6af86ca526d5fb56af6f6ca3da713e3a5e9f9 (diff)
Update NOTES
-rw-r--r--src/NOTES2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NOTES b/src/NOTES
index d155ab1..d2e6461 100644
--- a/src/NOTES
+++ b/src/NOTES
@@ -4,4 +4,4 @@ The original CHIP-8 implementation shifted Vy by 1 and stored the result
in Vx. Some GitHub projects shift the value in Vx by the value in Vy.
Ahoy takes the approach of SCHIP where Vx is shifted by 1 and Vy is
ignored. The Ahoy assembler does not recognize a second Vy argument to
-either instruction.
+either instruction and the Y section of the instruction is always set to 0.