+ support more instructions in taicpu.spilling_get_operation_type

git-svn-id: branches/z80@44772 -
This commit is contained in:
nickysn 2020-04-18 02:02:38 +00:00
parent f08dc825ef
commit 05a6bcec13

View File

@ -310,11 +310,19 @@ implementation
result:=operand_write;
A_PUSH,
A_BIT,
A_CP,
A_DJNZ,
A_JR,
A_JP:
A_JP,
A_CALL,
A_RET,
A_RETI,
A_RETN,
A_RST,
A_IM:
;
A_SET:
A_SET,
A_RES:
if opnr=1 then
result:=operand_readwrite;
A_EX: