fpc/rtl/i386
1998-08-11 00:04:46 +00:00
..
cpu.pp * $ifdef ver0_99_5 updates 1998-08-11 00:04:46 +00:00
heap.inc + Added support for ErrorProc variable. All internal functions are required 1998-07-30 13:26:14 +00:00
i386.inc * $ifdef ver0_99_5 updates 1998-08-11 00:04:46 +00:00
makefile.cpu * $ifdef ver0_99_5 updates 1998-08-11 00:04:46 +00:00
math.inc * $ifdef ver0_99_5 updates 1998-08-11 00:04:46 +00:00
mmx.pp * force to use ATT or direct parsing 1998-05-31 14:15:47 +00:00
readme * $ifdef ver0_99_5 updates 1998-08-11 00:04:46 +00:00
rttip.inc * better rtti 1998-06-25 08:41:41 +00:00
set.inc * force to use ATT or direct parsing 1998-05-31 14:15:47 +00:00
setjump.inc * $ifdef ver0_99_5 updates 1998-08-11 00:04:46 +00:00
setjumph.inc * $ifdef ver0_99_5 updates 1998-08-11 00:04:46 +00:00
strings.pp reverted to non-assmebler version, florians fix is applied. 1998-08-05 08:59:53 +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)