mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 13:49:12 +02:00
+ support more instructions in taicpu.spilling_get_operation_type
git-svn-id: branches/z80@44772 -
This commit is contained in:
parent
f08dc825ef
commit
05a6bcec13
@ -310,11 +310,19 @@ implementation
|
|||||||
result:=operand_write;
|
result:=operand_write;
|
||||||
A_PUSH,
|
A_PUSH,
|
||||||
A_BIT,
|
A_BIT,
|
||||||
|
A_CP,
|
||||||
A_DJNZ,
|
A_DJNZ,
|
||||||
A_JR,
|
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
|
if opnr=1 then
|
||||||
result:=operand_readwrite;
|
result:=operand_readwrite;
|
||||||
A_EX:
|
A_EX:
|
||||||
|
Loading…
Reference in New Issue
Block a user