Károly Balogh
|
c206415450
zxspectrum: pascal startup code. this allows the RTL to be built with any assembler
|
5 年之前 |
Károly Balogh
|
60c73dd14b
z80: fix typo in the previous commit
|
5 年之前 |
Károly Balogh
|
04bd105cf5
z80: fix global symbols and section attributes in the vasm writer
|
5 年之前 |
florian
|
50c221670f
* do not generate moves unncesssarily in tcgloadparentfpnode.pass_generate_code
|
5 年之前 |
marcus
|
8aacea8850
Amiga: Video unit, do not draw Cursor if outside the window (would write over the window border)
|
5 年之前 |
svenbarth
|
c8b7094378
* fix for Mantis #36940: apply (adjusted) patch by Bi0T1N to add functionality to the thread manager to set a thread's debug name (if supported by the platform)
|
5 年之前 |
svenbarth
|
e131a4e014
* nicely align assignment of TThreadManager.CloseThread
|
5 年之前 |
nickysn
|
86e04ddd5c
+ enable the sdasz80 lameness check permanently, because the system unit now
|
5 年之前 |
nickysn
|
07a8af33b1
+ z80: generate correct code in do_spill_read and do_spill_written for spilling to temp offsets outside the range -128..127
|
5 年之前 |
nickysn
|
6dbe1368ef
+ z80: added range checking for d in the (IX+d) and (IY+d) addressing modes in
|
5 年之前 |
marcus
|
589b2b956f
Fixed LLVM compilation after r45143
|
5 年之前 |
pierre
|
a506fe9560
Fix cross-compilation on aarch64-linux using -dFPC_SOFT_FPUX80 option
|
5 年之前 |
nickysn
|
573d69c8fe
* unfortunately tf_smartlink_sections is mutually exclusive with
|
5 年之前 |
Károly Balogh
|
23fc0fe66a
z80: added quick & dirty vasm assembler support to the target
|
5 年之前 |
Károly Balogh
|
db1ef439b5
z80: sdasz80 won't do section smartlinking for us, but it's used for the zx spectrum target
|
5 年之前 |
nickysn
|
491462fd02
+ added another helper for register pairs: register_in
|
5 年之前 |
nickysn
|
a5d36e1bc6
+ added Z80 helper functions is_regpair and split_regpair
|
5 年之前 |
nickysn
|
fa052f76ee
+ added empty strings.inc and stringss.inc files
|
5 年之前 |
nickysn
|
69c95115f6
- removed GetHigh, GetNextReg, GetLastReg, GetOffsetReg and GetOffsetReg64 from cpubase. The methods
|
5 年之前 |
nickysn
|
f202249711
+ implemented get_caller_addr and get_caller_frame for the Z80
|
5 年之前 |
nickysn
|
6810677493
* updated revision.inc
|
5 年之前 |
nickysn
|
29d681168a
* merged the z80 branch
|
5 年之前 |
florian
|
a084c8829f
* patch by J. Gareth Moreton: refactor RemoveCurrentP
|
5 年之前 |
florian
|
e7f7927ca9
+ initialize variables, so compilation with -O3 works
|
5 年之前 |
nickysn
|
a857e60dc1
* tsystemcpu.cpu_sys_z80 renamed .cpu_z80 for consistency with the other values in the enum.
|
5 年之前 |
nickysn
|
9cca44d3af
* tcputype.cpu_ez80 renamed .cpu_zilog_ez80
|
5 年之前 |
nickysn
|
784237ee33
* tcputype.cpu_z80 renamed .cpu_zilog_z80
|
5 年之前 |
nickysn
|
5594302d2a
* fixed GotoXY (parameters were swapped)
|
5 年之前 |
nickysn
|
59110bd9ea
* fixed the interlockedXXX functions
|
5 年之前 |
nickysn
|
843024f3b7
* PrintChar and OpenChannel converted to pure assembler functions
|
5 年之前 |