nickysn
|
2aa248bba2
* FillChar changed to a pure assembler procedure
|
5 년 전 |
nickysn
|
7bfce62302
* fixed stack direction in assignintreg. This fixes problems with the parameter location calculation.
|
5 년 전 |
nickysn
|
fcaf2fe5a0
* stack_offset changed to longint
|
5 년 전 |
nickysn
|
0332a60cb8
* cur_stack_offset changed to longint
|
5 년 전 |
nickysn
|
c67fa28d7c
* use a LD sequence for 2-byte moves as well in tcgz80.g_concatcopy
|
5 년 전 |
nickysn
|
f8b0c24024
+ support pushing word-sized parameters in a_load_reg_cgpara
|
5 년 전 |
nickysn
|
2b4ed4e90d
+ inline assembler implementation of FillChar
|
5 년 전 |
nickysn
|
e261ea8e2b
- disable some rtl/compiler features on the ZX Spectrum
|
5 년 전 |
nickysn
|
391990e456
* tg.direction is always -1 on the Z80
|
5 년 전 |
nickysn
|
d3e946b779
* fixed Z80 stack and temp allocation, so it doesn't have any wasted bytes
|
5 년 전 |
nickysn
|
1669254c5a
+ full RTL include, hidden behind ifdefs, because the code generator isn't able to compile it yet
|
5 년 전 |
nickysn
|
861ae0b139
+ some rtl include files added
|
5 년 전 |
nickysn
|
aeafe0db40
+ added math.inc and set.inc for Z80, empty for now
|
5 년 전 |
nickysn
|
6f874eefa6
+ added keyboard input functions (ReadKey and KeyPressed) to the ZX Spectrum. Now you can start having fun! :)
|
5 년 전 |
nickysn
|
93be8bba50
+ added fancier ZX Spectrum console output stuff: OpenChannel, Ink, Paper and GotoXY
|
5 년 전 |
nickysn
|
168c009bc3
- removed the 'sdcc-' prefix of sdasz80 and sdldz80
|
5 년 전 |
nickysn
|
d57ffc4745
* changed the object file format for z80-embedded and z80-zxspectrum to .rel
|
5 년 전 |
nickysn
|
2f68090dd6
* synchronized with trunk
|
5 년 전 |
nickysn
|
557a481743
+ use normalize_ref in tcgz80.a_load_ref_reg
|
5 년 전 |
nickysn
|
1813727faf
+ support addr_full in the sdcc-sdasz80 asm writer
|
5 년 전 |
nickysn
|
bee3e9c354
+ make use of normalize_ref in tcgz80.a_load_reg_ref
|
5 년 전 |
nickysn
|
a7b69cd18b
- removed make_simple_ref, because normalize_ref should be used instead
|
5 년 전 |
nickysn
|
0d6e59e9ef
+ actually return the proper (HL) reference result in tcgz80.normalize_ref
|
5 년 전 |
nickysn
|
5c138c341f
+ added an output parameter to tcgz80.normalize_ref, that returns a list of the registers that were
|
5 년 전 |
nickysn
|
fc991af9d1
+ added tregisterlist - dynarray of tregister, and methods get/uncpuregisters for allocating/freeing
|
5 년 전 |
nickysn
|
882522259e
+ initial implementation of tcgz80.normalize_ref
|
5 년 전 |
florian
|
b4ff93c9fe
+ forgotten files added
|
5 년 전 |
svenbarth
|
068f0d2ec8
* fix for Mantis #36935: apply patch by J. Gareth Moreton to fix a typo in cs_opt_remove_empty_proc
|
5 년 전 |
svenbarth
|
752ff32333
* fix WinAPI directive: the purpose is to present the OS' default calling convention which for Windows means stdcall (at least on those platforms that support stdcall) on other platforms it is cdecl (for now)
|
5 년 전 |
nickysn
|
6e1dd417cf
+ only allow the first operand to be a condition
|
5 년 전 |