summaryrefslogtreecommitdiff
path: root/rtl/z80
Commit message (Expand)AuthorAgeFilesLines
* + add support for port object on Z80 using the new IN/OUT intrinsicssvenbarth2020-06-072-0/+57
* + add intrinsics for Z80 port IN/OUTsvenbarth2020-06-072-0/+24
* + added empty strings.inc and stringss.inc filesnickysn2020-04-272-0/+35
* + implemented get_caller_addr and get_caller_frame for the Z80nickysn2020-04-271-0/+31
* * fixed the interlockedXXX functionsnickysn2020-04-261-4/+24
* + implemented tcgz80.a_adjust_spnickysn2020-04-261-0/+4
* * fixed Z80 setjmp/longjmpnickysn2020-04-262-4/+38
* + implemented fpc_setjmp and fpc_longjmp for the Z80nickysn2020-04-262-2/+41
* + added z80/int64p.inc (empty for now)nickysn2020-04-231-0/+14
* + implemented Move() using inline asmnickysn2020-04-211-31/+38
* + compile z80.inc even without FULL_RTLnickysn2020-04-211-8/+8
* + implemented Sptrnickysn2020-04-211-1/+3
* + implemented get_framenickysn2020-04-211-0/+2
* * FillChar changed to a pure assembler procedurenickysn2020-04-211-24/+22
* + inline assembler implementation of FillCharnickysn2020-04-211-12/+26
* + added math.inc and set.inc for Z80, empty for nownickysn2020-04-212-0/+31
* * few cleanups towards building the z80-embedded system unitflorian2020-04-031-0/+15
* * z80-embedded rtl skeleton continuedflorian2017-04-023-0/+323
* + basic embedded rtl support for z80florian2017-03-281-0/+6