Skip to content

Commit

Permalink
Merge pull request #20 from greg-kennedy/patch-1
Browse files Browse the repository at this point in the history
Keypad test: More info on `NOT HALTING`
  • Loading branch information
Timendus authored Jun 26, 2024
2 parents adb1b38 + 9981a09 commit 47a54ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,8 @@ Otherwise, you can get either of these errors:

* `NOT HALTING` - Your implementation immediately returns the value of any
currently pressed keys in `vX`, instead of halting the interpreter until a key
is pressed (note that this needs timer support to be accurate)
is pressed (note that this needs timer support to be accurate - in other words,
the DELAY TIMER should continue to count down while awaiting a keypress)
* `NOT RELEASED` - Your implementation doesn't wait for the pressed key to be
released before resuming

Expand Down

0 comments on commit 47a54ce

Please sign in to comment.