fpc/rtl/i386
2000-11-06 21:35:59 +00:00
..
cpu.pp + removed logs 2000-07-13 11:32:24 +00:00
i386.inc + Conditionals fixed 2000-07-14 10:33:09 +00:00
makefile.cpu
math.inc * a lot of small changes: 2000-10-21 18:20:17 +00:00
mmx.pp + removed logs 2000-07-13 11:32:24 +00:00
readme
rttip.inc * removed some warnings 2000-11-06 21:35:59 +00:00
set.inc + new, much faster do_set_range based on the PowerPC version (which 2000-09-21 16:09:19 +00:00
setjump.inc + removed logs 2000-07-13 11:32:24 +00:00
setjumph.inc + removed logs 2000-07-13 11:32:24 +00:00
strings.inc + removed logs 2000-07-13 11:32:24 +00:00
stringss.inc + removed logs 2000-07-13 11:32:24 +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)