fpc/rtl/i386
1999-05-31 22:03:37 +00:00
..
cpu.pp * FPC_ names 1998-09-14 10:48:00 +00:00
i386.inc * added $define FPC_SYSTEM_HAS_... for use with generic.inc 1999-05-31 22:03:37 +00:00
makefile.cpu * FPC_ names 1998-09-14 10:48:00 +00:00
math.inc * use external names 1999-03-01 15:40:48 +00:00
mmx.pp * removed temp symbols 1998-12-15 22:42:49 +00:00
readme * $ifdef ver0_99_5 updates 1998-08-11 00:04:46 +00:00
rttip.inc * use external names 1999-03-01 15:40:48 +00:00
set.inc * use external names 1999-03-01 15:40:48 +00:00
setjump.inc * use external names 1999-03-01 15:40:48 +00:00
setjumph.inc * $ifdef ver0_99_5 updates 1998-08-11 00:04:46 +00:00
strings.inc +Added checking for nil on most functions. 1999-04-09 07:58:41 +00:00
stringss.inc * removed warnings 1999-04-08 11:30:57 +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)