Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TIny-Hacker committed Mar 29, 2024
1 parent 26ae0af commit c549051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/instructions/block-transfer-and-compare.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Compares (via subtraction) the value in `a` with the 8-bit value pointed to by `
* Cycles: 2F + 1R
{{< /expand >}}

## CPIR
## CPDR

{{< expand "cpdr" "..." >}}
Compares (via subtraction) the value in `a` with the 8-bit value pointed to by `hl`. Then, `hl` is incremented and `bc` is decremented by one. This operation is then repeated until either `a` is equal to the 8-bit value pointed to by `hl`, or the P/V flag is reset (bc is decremented to 0).
Expand Down

0 comments on commit c549051

Please sign in to comment.