fpc/rtl/i386
2002-09-23 18:25:55 +00:00
..
cpu.pp * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
i386.inc - removed unused defines 2002-09-07 21:32:08 +00:00
makefile.cpu * moved genrtti.inc code to rtti 2002-09-02 18:42:41 +00:00
math.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
mmx.pp * femms replaced with opcode to allow older as 2002-09-23 18:25:55 +00:00
readme * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
set.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
setjump.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
setjumph.inc * make the record packed (just in case) 2002-09-15 10:03:04 +00:00
strings.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
stringss.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
strlen.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
strpas.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
sysutilp.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
typinfo.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +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)