fpc/rtl/i386
1998-07-02 14:24:08 +00:00
..
cpu.pp * CR0 works now (written using DB to allow to use it we INTEL and ATT output) 1998-05-25 10:51:27 +00:00
heap.inc Undid carls changes, but renamed _heapsize to _internal_heapsize. Make cycle now works 1998-07-02 14:24:08 +00:00
i386.inc * Put back DoError, DO NOT TOUCH! 1998-07-02 12:55:04 +00:00
makefile.cpu * better rtti 1998-06-25 08:41:41 +00:00
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 * moved getopts to inc/, all supported OS's need argc,argv exported 1998-05-12 10:42:41 +00:00
rttip.inc * better rtti 1998-06-25 08:41:41 +00:00
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)