+ Z80: support conditional JR

git-svn-id: trunk@45281 -
This commit is contained in:
nickysn 2020-05-05 23:49:41 +00:00
parent b164f5aa65
commit c81f433795

View File

@ -63,7 +63,7 @@ unit cpubase;
call_jmp_instructions = [A_CALL]+jmp_instructions;
{ 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