Skip to content

Commit

Permalink
fixed typo on XOR (HL) indirect opcode (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Hinson <[email protected]>
  • Loading branch information
chris-hinson and Chris Hinson authored Mar 15, 2023
1 parent 1eb4663 commit 0cdc4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter/cpu/instruction-set.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1683,7 +1683,7 @@ \subsection{XOR (HL): Bitwise XOR (indirect HL)}

\begin{description}[leftmargin=9em, style=nextline]
\item[Opcode]
\bin{10101110}/\hex{BE}
\bin{10101110}/\hex{AE}
\item[Length]
1 byte
\item[Duration]
Expand Down

0 comments on commit 0cdc4a5

Please sign in to comment.