docs: Small snippet about grounded inputs

This commit is contained in:
Adam Gastineau
2023-06-30 09:18:41 -07:00
parent 583956ae15
commit 75bb963b6e
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
# Common Errors and Gotchas
* When skipping an instruction, the CPU takes the same amount of time as the full instruction. This means that skipping two byte instructions takes 4 cycles
* When skipping an instruction, the CPU takes the same amount of time as the full instruction. This means that skipping two byte instructions takes 4 cycles
* Input for multiple active `S` lines are ORed together
* Sometimes one of these lines is grounded and always active, which is also ORed