fpc/rtl/i386
2000-04-10 09:47:15 +00:00
..
cpu.pp * truncated log 2000-02-09 16:59:28 +00:00
i386.inc + added destroyed registers list for move procedure (it doesn't destroy 2000-04-10 09:47:15 +00:00
makefile.cpu * FPC_ names 1998-09-14 10:48:00 +00:00
math.inc changed to get nasm to compile system 2000-04-07 21:29:00 +00:00
mmx.pp * disabled FIXED data type per default 2000-02-15 14:36:57 +00:00
readme * $ifdef ver0_99_5 updates 1998-08-11 00:04:46 +00:00
rttip.inc * fixed addref/decref for records, the data/type was read in the 2000-04-01 11:45:34 +00:00
set.inc * truncated log 2000-02-09 16:59:28 +00:00
setjump.inc * remove fninit in longjump 2000-03-31 23:12:09 +00:00
setjumph.inc * truncated log 2000-02-09 16:59:28 +00:00
strings.inc * added missing register that is destroyed by strecopy 2000-03-28 11:14:33 +00:00
stringss.inc * added missing register that is destroyed by strecopy 2000-03-28 11:14:33 +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)
  setjump.inc (setjmp/longjmp implementation for exceptions)
  rttip.inc (rtti handling, for speed reasons)
  
Units are :
  strings.pp (written in assembler for speed)
  cpu.pp     (routines to access cpu info)
  mmx.pp     (special mmx routines)