+ 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:
nickysn 2020-04-04 17:49:13 +00:00
parent f52f9dc56b
commit 5585bdb6aa

View File

@ -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);