mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 01:46:58 +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;
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user