nickysn
|
82ca49e0a6
+ use is_ref_in_opertypes in nz80add
|
5 years ago |
nickysn
|
5547be6b3f
* make use of the new is_ref_XXX functions
|
5 years ago |
nickysn
|
f307f6954f
* formatting
|
5 years ago |
nickysn
|
962e339ec4
+ TZ80AddNode.NoEqual
|
5 years ago |
nickysn
|
6b74573677
+ added a nodetype parameter to TZ80AddNode.GetResFlags
|
5 years ago |
nickysn
|
2e6b36f57d
+ initialize some common variables in TZ80AddNode.second_cmp16_32_64bit
|
5 years ago |
nickysn
|
f9e4f7b19b
+ introduced a TZ80AddNode.second_cmp16_32_64bit method, not implemented for now
|
5 years ago |
nickysn
|
fdc24164a0
+ implemented 8-bit signed comparisons as well
|
5 years ago |
nickysn
|
8a1be73ce0
* also use the unsigned 8-bit comparison code for 8-bit signed equal/unequal comparisons
|
5 years ago |
nickysn
|
55c18a11a0
- removed commented out code from TZ80AddNode.second_cmp
|
5 years ago |
nickysn
|
9dc8744b53
- removed debug writeln
|
5 years ago |
nickysn
|
59d7a45215
* generate more optimal code for unsigned 8-bit comparisons in TZ80AddNode.second_cmp
|
5 years ago |
nickysn
|
5585bdb6aa
+ also support unsigned 8-bit > and <= in TZ80AddNode.second_cmp. All 8-bit unsigned comparisons now
|
5 years ago |
nickysn
|
f52f9dc56b
+ added a not-yet-complete implementation of TZ80AddNode.second_cmp. Only 8-bit unsigned comparison
|
5 years ago |
nickysn
|
fb3a079916
* updated TAsmCond and TResFlags for the Z80
|
5 years ago |
nickysn
|
755fe97c51
* synchronize with trunk
|
5 years ago |
florian
|
9a4ff8daa4
* started to get some Z80 things working
|
5 years ago |
florian
|
8a99a619f8
+ addnode dummy for Z80
|
7 years ago |