Skip to content

Commit

Permalink
Source code comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
redcode committed Jun 29, 2023
1 parent 173c834 commit 8b2fe56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/Z80.c
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ static Z_INLINE zuint8 m(Z80 *self, zuint8 offset, zuint8 value)
| the CPU performs additional flag changes during this M-cycle and managed to |
| crack the behavior. All these instructions copy bits 13 and 11 of PCi to YF |
| and XF respectively [1.1], but the I/O instructions (i.e., `inir`, `indr`, |
| `otir` and `otdr`) also modify PF and HF in a very complicated way [1.2]. |
| `otir` and `otdr`) also modify HF and PF in a very complicated way [1.2]. |
| These 2 flags are not commented here because the explanation would not be |
| simpler than the code itself, so please refer to hoglet's paper [2] for more |
| information on this topic. |
Expand Down

0 comments on commit 8b2fe56

Please sign in to comment.