fpc/rtl/i386
2000-06-23 11:13:56 +00:00
..
cpu.pp * truncated log 2000-02-09 16:59:28 +00:00
i386.inc * fix ingnored assembler error in IndexDWord 2000-05-09 06:21:58 +00:00
makefile.cpu
math.inc * 0**n where n<>0 is 0; 0**0 generates RTE 207 2000-05-02 10:37:50 +00:00
mmx.pp * disabled FIXED data type per default 2000-02-15 14:36:57 +00:00
readme
rttip.inc * fixed web bug #983 (array name wasn't skipped in add/decref) 2000-06-07 08:55:30 +00:00
set.inc * truncated log 2000-02-09 16:59:28 +00:00
setjump.inc * Preserve all registers in SetJmp 2000-05-04 09:47:40 +00:00
setjumph.inc * truncated log 2000-02-09 16:59:28 +00:00
strings.inc * fixed bug in strscan :( 2000-06-23 11:13:56 +00:00
stringss.inc * change .align to .balign 2000-06-12 19:53:32 +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)