mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-09 22:09:25 +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
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user