+ implemented tcgz80.a_jmp_flags

git-svn-id: branches/z80@44574 -
This commit is contained in:
nickysn 2020-04-04 17:07:54 +00:00
parent ff655543ed
commit 3ed692a157

View File

@ -1382,8 +1382,7 @@ unit cgcpu;
var
ai : taicpu;
begin
list.Concat(tai_comment.Create(strpnew('WARNING! not implemented: a_jmp_flags')));
// ai:=setcondition(taicpu.op_sym(A_BRxx,l),flags_to_cond(f));
ai:=taicpu.op_cond_sym(A_JP,flags_to_cond(f),l);
ai.is_jmp:=true;
list.concat(ai);
end;