ahrnbom/gbapfomgd

Operands for swap are stated incorrectly

Closed this issue · 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.

swap works on all 8-bit registers, including (of course) [hl].

Fixed as of 065f35b. Thanks!