fpc/rtl/i386
2002-07-26 15:45:33 +00:00
..
cpu.pp + removed logs 2000-07-13 11:32:24 +00:00
i386.inc * changed multi threading define: it's MT instead of MTRTL 2002-07-26 15:45:33 +00:00
makefile.cpu
math.inc * merged fixes from 1.0.x 2001-12-26 21:03:56 +00:00
mmx.pp * femms added 2002-03-16 12:01:24 +00:00
readme
rttip.inc * merged fixes from 1.0.x 2001-12-26 21:03:56 +00:00
set.inc * fixed load_smallset 2002-03-29 20:15:44 +00:00
setjump.inc + removed logs 2000-07-13 11:32:24 +00:00
setjumph.inc + removed logs 2000-07-13 11:32:24 +00:00
strings.inc * moved implementations of strlen and strpas to separate include files 2001-03-05 17:10:04 +00:00
stringss.inc * moved implementations of strlen and strpas to separate include files 2001-03-05 17:10:04 +00:00
strlen.inc * moved implementations of strlen and strpas to separate include files 2001-03-05 17:10:04 +00:00
strpas.inc * moved implementations of strlen and strpas to separate include files 2001-03-05 17:10:04 +00:00
sysutilp.inc * InterLocked routines added 2001-10-22 21:40:55 +00:00
typinfo.inc * reset %edx in getordprop so functions returning only %eax don't 2001-10-20 17:25:22 +00:00

This directory contains only RTL parts specific to the processor I386 family.

(They are specific because they contain assembler instructions)

Include files for system are :
  heap.inc (heap handling)
  set.inc  (sets operations)
  math.inc (mathematic operations using the coprocessor)
  i386.inc (several functions/procedures containing assembler parts)
  setjump.inc (setjmp/longjmp implementation for exceptions)
  rttip.inc (rtti handling, for speed reasons)
  
Units are :
  strings.pp (written in assembler for speed)
  cpu.pp     (routines to access cpu info)
  mmx.pp     (special mmx routines)