fpc/rtl/i386
2000-01-13 13:06:03 +00:00
..
cpu.pp * copyright 2000 2000-01-07 16:41:28 +00:00
i386.inc * fixed warning 2000-01-13 13:06:03 +00:00
makefile.cpu * FPC_ names 1998-09-14 10:48:00 +00:00
math.inc * copyright 2000 2000-01-07 16:41:28 +00:00
mmx.pp * copyright 2000 2000-01-07 16:41:28 +00:00
readme
rttip.inc * Direct params to internal assembler 2000-01-11 21:11:34 +00:00
set.inc * copyright 2000 2000-01-07 16:41:28 +00:00
setjump.inc * copyright 2000 2000-01-07 16:41:28 +00:00
setjumph.inc
strings.inc * copyright 2000 2000-01-07 16:41:28 +00:00
stringss.inc * wrong change for StrPas function corrected 2000-01-11 22:56: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)