fpc/rtl/i386
1998-08-03 11:46:07 +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 + Added support for ErrorProc variable. All internal functions are required 1998-07-30 13:26:14 +00:00
i386.inc + Added support for ErrorProc variable. All internal functions are required 1998-07-30 13:26:14 +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
setjump.inc + Initial implementation 1998-07-28 20:36:41 +00:00
setjumph.inc + Initial implementation 1998-07-28 20:36:41 +00:00
strings.pp * stricomp and strlicomp were buggy (unworkable :(), should be fixed now 1998-08-03 11:46:07 +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)