Typo?
R7 writing into R7 doesn't make much sense, writing into R8 does.
Sgeo authored 11 months ago
GitHub committed 11 months 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` |