fpc/rtl/msdos
nickysn 4f573b50ad * access the Default8087CW global variable directly from within inline asm,
instead of copying it to a local var first, since the concern about PIC code
  (this asm code started out as a copy of the i386 rtl code) doesn't exist on
  the i8086, since there's no such thing as PIC code on the i8086

git-svn-id: trunk@41311 -
2019-02-12 16:31:16 +00:00
..
classes.pp * compilation fixes for many platforms after r41167 2019-02-02 20:22:07 +00:00
dos.pp Fix SetFAttr function 2018-04-13 22:18:21 +00:00
Makefile + added sortbase as a dependency to unit fgl in the makefiles 2019-02-02 23:22:09 +00:00
Makefile.fpc + added sortbase as a dependency to unit fgl in the makefiles 2019-02-02 23:22:09 +00:00
msmouse.pp
ports.pp + integrated the port access via Port[] in the i8086-msdos system unit to ease 2018-07-09 15:40:12 +00:00
prt0c.asm
prt0comn.asm + added the necessary changes for section based smartlinking to the msdos 2018-06-22 15:42:19 +00:00
prt0h.asm
prt0l.asm
prt0m.asm
prt0s.asm
prt0t.asm
registers.inc
rtldefs.inc
sysdir.inc
sysfile.inc Fix compilation with -dSYSTEMDEBUG after heap changes (removal of 'tiny' in memory functions in tiny heap) 2016-06-25 08:16:52 +00:00
sysheap.inc Add information about MCB to SysAlloc call if DEBUG_TINY_HEAP macro is defined 2017-05-22 20:42:33 +00:00
sysos.inc
sysosh.inc
system.pp * access the Default8087CW global variable directly from within inline asm, 2019-02-12 16:31:16 +00:00
sysutils.pp + add Delphi-compatible FileGetSymLinkTarget functions to all platforms (currently returns False on all platforms); this also includes TSymLinkRec variants for both RawByteString and UnicodeString 2018-08-24 15:33:45 +00:00
tthread.inc