fpc/rtl/i386
1998-05-31 14:15:47 +00:00
..
cpu.pp
heap.inc * this needs also direct mode :( 1998-05-30 15:01:28 +00:00
i386.inc * force to use ATT or direct parsing 1998-05-31 14:15:47 +00:00
makefile.cpu
math.inc * force to use ATT or direct parsing 1998-05-31 14:15:47 +00:00
mmx.pp * force to use ATT or direct parsing 1998-05-31 14:15:47 +00:00
readme
set.inc * force to use ATT or direct parsing 1998-05-31 14:15:47 +00:00
strings.pp * force to use ATT or direct parsing 1998-05-31 14:15:47 +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)

Units are :
  strings.pp (written in assembler for speed)