From 05a6bcec134048efd99c3f8be2c2c8d6c8081f37 Mon Sep 17 00:00:00 2001 From: nickysn Date: Sat, 18 Apr 2020 02:02:38 +0000 Subject: [PATCH] + support more instructions in taicpu.spilling_get_operation_type git-svn-id: branches/z80@44772 - --- compiler/z80/aasmcpu.pas | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/compiler/z80/aasmcpu.pas b/compiler/z80/aasmcpu.pas index 9807434094..cd0718dee0 100644 --- a/compiler/z80/aasmcpu.pas +++ b/compiler/z80/aasmcpu.pas @@ -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: