mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 20:29:24 +02:00
+ Z80: support conditional JR
git-svn-id: trunk@45281 -
This commit is contained in:
parent
b164f5aa65
commit
c81f433795
@ -63,7 +63,7 @@ unit cpubase;
|
|||||||
call_jmp_instructions = [A_CALL]+jmp_instructions;
|
call_jmp_instructions = [A_CALL]+jmp_instructions;
|
||||||
|
|
||||||
{ instructions that can have a condition }
|
{ instructions that can have a condition }
|
||||||
cond_instructions = [A_CALL,A_JP,A_RET];
|
cond_instructions = [A_CALL,A_JP,A_JR,A_RET];
|
||||||
|
|
||||||
{*****************************************************************************
|
{*****************************************************************************
|
||||||
Registers
|
Registers
|
||||||
|
Loading…
Reference in New Issue
Block a user