Correct mvn, mvp, pei

This commit is contained in:
Lauri Kasanen
2022-10-17 12:50:34 +03:00
parent b90bf258e2
commit 3ea999f034
3 changed files with 17 additions and 3 deletions

View File

@@ -678,6 +678,19 @@ void OH_BlockMove (const OpcDesc* D)
void OH_BlockMove65816 (const OpcDesc* D)
{
/* Get source operand */
unsigned Src = GetCodeByte (PC+2);
/* Get destination operand */
unsigned Dst = GetCodeByte (PC+1);
/* Output the line */
OneLine (D, "#$%02X, #$%02X", Src, Dst);
}
void OH_AbsoluteXIndirect (const OpcDesc* D attribute ((unused)))
{
/* Get the operand */