mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-21 09:09:22 +02:00
+ implemented tcgz80.a_jmp_flags
git-svn-id: branches/z80@44574 -
This commit is contained in:
parent
ff655543ed
commit
3ed692a157
@ -1382,8 +1382,7 @@ unit cgcpu;
|
|||||||
var
|
var
|
||||||
ai : taicpu;
|
ai : taicpu;
|
||||||
begin
|
begin
|
||||||
list.Concat(tai_comment.Create(strpnew('WARNING! not implemented: a_jmp_flags')));
|
ai:=taicpu.op_cond_sym(A_JP,flags_to_cond(f),l);
|
||||||
// ai:=setcondition(taicpu.op_sym(A_BRxx,l),flags_to_cond(f));
|
|
||||||
ai.is_jmp:=true;
|
ai.is_jmp:=true;
|
||||||
list.concat(ai);
|
list.concat(ai);
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user