fpc/rtl/i386
2001-07-08 21:00:14 +00:00
..
cpu.pp
i386.inc * various widestring updates, it works now mostly without charset 2001-07-08 21:00:14 +00:00
makefile.cpu
math.inc * remove warnings 2001-04-13 22:26:32 +00:00
mmx.pp
readme
rttip.inc * some fixes for widestrings and variants 2001-05-31 22:42:56 +00:00
set.inc *** empty log message *** 2001-05-09 19:57:07 +00:00
setjump.inc
setjumph.inc
strings.inc
stringss.inc
strlen.inc
strpas.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)