fpc/rtl/i386
1998-05-30 14:30:21 +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 * remake3 works again on tflily 1998-05-25 10:40:48 +00:00
i386.inc * force att reading 1998-05-30 14:30:21 +00:00
makefile.cpu Changed makefile system to use -I compiler option, and streamlined i a bit 1998-05-06 09:09:07 +00:00
math.inc Initial revision 1998-03-25 11:18:12 +00:00
mmx.pp Initial revision 1998-03-25 11:18:12 +00:00
readme * moved getopts to inc/, all supported OS's need argc,argv exported 1998-05-12 10:42:41 +00:00
set.inc Initial revision 1998-03-25 11:18:12 +00:00
strings.pp * force att reading 1998-05-30 14:30:21 +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)