Merge pull request #3 from Sgeo/patch-1
Typo?
Chris Pressey authored 4 years ago
GitHub committed 4 years ago
183 | 183 | `R7` |
184 | 184 | |
185 | 185 | When a value is written into R7, the boolean negation of that value is |
186 | written into R7: 1 if the value was 0, and 0 otherwise. Reading from R7 | |
186 | written into R8: 1 if the value was 0, and 0 otherwise. Reading from R7 | |
187 | 187 | always offers the value 7. |
188 | 188 | |
189 | 189 | `R8` |