Closed this issue 5 years ago · 1 comments
[...] the “swap” command swaps the top four bits with the bottom four bits of A (so %11001010 becomes %10101100). These two only work on A, with no arguments.
%11001010
%10101100
swap works on all 8-bit registers, including (of course) [hl].
swap
[hl]
Fixed as of 065f35b. Thanks!