fpc/rtl/i386
1999-12-21 11:48:09 +00:00
..
cpu.pp
i386.inc * typo error if previous commit 1999-12-21 11:48:09 +00:00
makefile.cpu
math.inc * fixed power(int,int) with negative base 1999-10-06 17:44:43 +00:00
mmx.pp
readme
rttip.inc Object finalization data fixed 1999-07-31 22:27:28 +00:00
set.inc
setjump.inc * loading of esp value corrected 1999-08-18 10:42:13 +00:00
setjumph.inc
strings.inc * bug #766 fixed 1999-12-18 23:08:33 +00:00
stringss.inc

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)