fpc/rtl/i386
1998-06-10 07:46:45 +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 * 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 Changed makefile system to use -I compiler option, and streamlined i a bit 1998-05-06 09:09:07 +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 + Forgot to commit some changes 1998-06-10 07:46:45 +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)