mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-30 10:39:15 +02:00
+ also support unsigned 8-bit > and <= in TZ80AddNode.second_cmp. All 8-bit unsigned comparisons now
work. git-svn-id: branches/z80@44576 -
This commit is contained in:
parent
f52f9dc56b
commit
5585bdb6aa
@ -200,6 +200,9 @@ interface
|
||||
|
||||
if opsize=OS_8 then
|
||||
begin
|
||||
if getresflags(unsigned)=F_NotPossible then
|
||||
swapleftright;
|
||||
|
||||
force_reg_left_right(true,true);
|
||||
|
||||
cg.getcpuregister(current_asmdata.CurrAsmList,NR_A);
|
||||
|
Loading…
Reference in New Issue
Block a user