under unprefixed opcodes, under x=3,z=0,y=4, it says LD (0xFF00 + nn), A as the operation.
I'm quite new to emulation but I think it's meant to say +n and not +nn since it would overflow most of the time.
Other opcode guides say n instead of nn, although perhaps for archival purposes you want might to keep this unmodified, I suppose.
The text was updated successfully, but these errors were encountered:
phire
added a commit
to phire/Kea
that referenced
this issue
Mar 1, 2019
under unprefixed opcodes, under x=3,z=0,y=4, it says
LD (0xFF00 + nn), A
as the operation.I'm quite new to emulation but I think it's meant to say +n and not +nn since it would overflow most of the time.
Other opcode guides say n instead of nn, although perhaps for archival purposes you want might to keep this unmodified, I suppose.
The text was updated successfully, but these errors were encountered: