nickysn
|
d05a632616
+ write jump operands (not all forms supported yet) in the sdcc-sdasz80 asm output
|
5 سال پیش |
nickysn
|
fb3a079916
* updated TAsmCond and TResFlags for the Z80
|
5 سال پیش |
nickysn
|
99e304165e
* fix for 64-bit OP_AND/OP_OR/OP_XOR in tcgz80.a_op_reg_reg_internal
|
5 سال پیش |
nickysn
|
c0b3eb70ac
+ fix for 64-bit OP_NOT in tcgz80.a_op_reg_reg_internal
|
5 سال پیش |
nickysn
|
5b8fd51b3a
+ implemented OP_NEG in tcgz80.a_op_reg_reg_internal
|
5 سال پیش |
nickysn
|
a362c3247d
+ added instruction encoding info for all the remaining Z80 instructions
|
5 سال پیش |
nickysn
|
c5aa1193bf
+ started describing the instructions encoding
|
5 سال پیش |
nickysn
|
4027ad18e0
+ added strict validation for the param types in z80ins.dat
|
5 سال پیش |
nickysn
|
20eab5582f
+ generate the Z80 instruction enum and string table from z80ins.dat via a newly created tool
|
5 سال پیش |
nickysn
|
6a2dbad8ca
* synchronize with trunk
|
5 سال پیش |
nickysn
|
565cc0e96b
+ created a parseable Z80 instruction description file, very loosely based on x86ins.dat. Parser not
|
5 سال پیش |
nickysn
|
9309e2c42e
* replace 'add/adc/sub/sbc/and/or/xor/cp orgreg' with 'add/adc/sub/sbc/and/or/xor/cp spilltemp' in
|
5 سال پیش |
nickysn
|
e43834c5d0
* replace 'inc/dec orgreg' with 'inc/dec spilltemp' in trgcpu.do_spill_replace
|
5 سال پیش |
florian
|
96a368fdf9
* building on non-x86/non-xtensa fixed
|
5 سال پیش |
florian
|
a6cfaa996a
* few cleanups towards building the z80-embedded system unit
|
5 سال پیش |
florian
|
d723b69325
* regenerated
|
5 سال پیش |
florian
|
7ec42f5dc2
* merge artefacts removed
|
5 سال پیش |
florian
|
89741ddeb5
* lazarus version updated
|
5 سال پیش |
florian
|
0fc1ba26f8
* compilation fixed
|
5 سال پیش |
florian
|
3705f95b92
* compilation fixed
|
5 سال پیش |
florian
|
6c6a16a154
+ xtensa-linux
|
5 سال پیش |
florian
|
af8202be3d
* compilation for non-Xtensa targets fixed
|
5 سال پیش |
florian
|
fc98a0db4f
* cosmetics
|
5 سال پیش |
florian
|
c1c201f93c
* Xtensa: fix passing of floating point parameters
|
5 سال پیش |
florian
|
66cbee5e31
* factor out first_addfloat_soft
|
5 سال پیش |
florian
|
fa4cbc89a5
+ Xtensa: hard float support, i.e. make use of floating point extension if available
|
5 سال پیش |
florian
|
ba3de67f3b
+ Xtensa: the boolean extension is used as flags
|
5 سال پیش |
nickysn
|
9d545342f8
* replace 'add/adc/sub/sbc/and/or/xor/cp A,orgreg' with 'add/adc/sub/sbc/and/or/xor/cp A,spilltemp' in trgcpu.do_spill_replace
|
5 سال پیش |
nickysn
|
a58bab4318
+ replace 'ld orgreg,const' with 'ld spilltemp,const' in trgcpu.do_spill_replace
|
5 سال پیش |
nickysn
|
fe3f4a7447
* fixes in trgcpu.do_spill_replace
|
5 سال پیش |