fix to TSX instruction

This commit is contained in:
David Youd 2022-12-20 09:05:36 -08:00 committed by ghidorahrex
parent 1ea23d19fd
commit 2d497a0d5c

View file

@ -479,6 +479,7 @@ ADDRI: (imm16) is imm16 { tmp:2 = imm16; export *:2 tmp; }
:TSX is op=0xBA
{
X = S;
resultFlags(X);
}
:TXA is op=0x8A