fpc/rtl/i386
2005-02-14 17:13:06 +00:00
..
cpu.pp * truncate log 2005-02-14 17:13:06 +00:00
fastmove.inc * fastmove disabled, has too much drawbacks 2005-01-26 20:58:10 +00:00
i386.inc * truncate log 2005-02-14 17:13:06 +00:00
int64p.inc * truncate log 2005-02-14 17:13:06 +00:00
makefile.cpu * moved genrtti.inc code to rtti 2002-09-02 18:42:41 +00:00
math.inc * truncate log 2005-02-14 17:13:06 +00:00
mathu.inc * truncate log 2005-02-14 17:13:06 +00:00
mathuh.inc * truncate log 2005-02-14 17:13:06 +00:00
mmx.pp * truncate log 2005-02-14 17:13:06 +00:00
readme * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
set.inc * truncate log 2005-02-14 17:13:06 +00:00
setjump.inc * truncate log 2005-02-14 17:13:06 +00:00
setjumph.inc * truncate log 2005-02-14 17:13:06 +00:00
strings.inc * truncate log 2005-02-14 17:13:06 +00:00
stringss.inc * truncate log 2005-02-14 17:13:06 +00:00
strlen.inc * truncate log 2005-02-14 17:13:06 +00:00
strpas.inc * truncate log 2005-02-14 17:13:06 +00:00
sysutilp.inc * truncate log 2005-02-14 17:13:06 +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)