Károly Balogh
|
8d690546f3
m68k-amiga: make all legacy support functions have a public name, and supply headers for them (will be utilized by athreads, dos, and sysutils units)
|
5 years ago |
Károly Balogh
|
632353a808
m68k-amiga: prepare the startup code and system unit for legacy support
|
5 years ago |
Károly Balogh
|
433e40fe71
m68k-amiga: while trying to construct ParamStr(0), if the directory is empty, do not prepend the binary name with '/'
|
5 years ago |
Károly Balogh
|
e0fe8bd175
m68k-amiga: implemented functions required for basic parameter handling in legacydos
|
5 years ago |
Károly Balogh
|
f5becf9ac6
m68k-amiga: implemented StackSwap and DeletePool in legacyexec support, also declare public name for a few functions, so the startup code can hook into them
|
5 years ago |
Károly Balogh
|
3509d277d0
amiga: use -mtype vlink argument instead of -sc -sd when doing section gc. this prevents merging the bss section into the data section and is more compatible with pre-v2.0 OS versions. needs vlink 0.16b or newer
|
5 years ago |
nickysn
|
c5aa1193bf
+ started describing the instructions encoding
|
5 years ago |
nickysn
|
4027ad18e0
+ added strict validation for the param types in z80ins.dat
|
5 years ago |
nickysn
|
20eab5582f
+ generate the Z80 instruction enum and string table from z80ins.dat via a newly created tool
|
5 years ago |
nickysn
|
6a2dbad8ca
* synchronize with trunk
|
5 years ago |
nickysn
|
565cc0e96b
+ created a parseable Z80 instruction description file, very loosely based on x86ins.dat. Parser not
|
5 years ago |
nickysn
|
9309e2c42e
* replace 'add/adc/sub/sbc/and/or/xor/cp orgreg' with 'add/adc/sub/sbc/and/or/xor/cp spilltemp' in
|
5 years ago |
nickysn
|
e43834c5d0
* replace 'inc/dec orgreg' with 'inc/dec spilltemp' in trgcpu.do_spill_replace
|
5 years ago |
florian
|
96a368fdf9
* building on non-x86/non-xtensa fixed
|
5 years ago |
florian
|
a6cfaa996a
* few cleanups towards building the z80-embedded system unit
|
5 years ago |
florian
|
d723b69325
* regenerated
|
5 years ago |
florian
|
7ec42f5dc2
* merge artefacts removed
|
5 years ago |
florian
|
89741ddeb5
* lazarus version updated
|
5 years ago |
florian
|
0fc1ba26f8
* compilation fixed
|
5 years ago |
florian
|
3705f95b92
* compilation fixed
|
5 years ago |
florian
|
6c6a16a154
+ xtensa-linux
|
5 years ago |
florian
|
af8202be3d
* compilation for non-Xtensa targets fixed
|
5 years ago |
florian
|
fc98a0db4f
* cosmetics
|
5 years ago |
florian
|
c1c201f93c
* Xtensa: fix passing of floating point parameters
|
5 years ago |
florian
|
66cbee5e31
* factor out first_addfloat_soft
|
5 years ago |
florian
|
fa4cbc89a5
+ Xtensa: hard float support, i.e. make use of floating point extension if available
|
5 years ago |
florian
|
ba3de67f3b
+ Xtensa: the boolean extension is used as flags
|
5 years ago |
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 years ago |
nickysn
|
a58bab4318
+ replace 'ld orgreg,const' with 'ld spilltemp,const' in trgcpu.do_spill_replace
|
5 years ago |
nickysn
|
fe3f4a7447
* fixes in trgcpu.do_spill_replace
|
5 years ago |