Jonas Maebe 200e1d4b25 * removed warnings about possible range check errors 25 yıl önce
..
cpu.pp 650fbb86aa + removed logs 25 yıl önce
i386.inc 5da658c6db * interfaces basically running 25 yıl önce
makefile.cpu 4620a73a9b * FPC_ names 27 yıl önce
math.inc 1a2851eb47 * a lot of small changes: 25 yıl önce
mmx.pp 200e1d4b25 * removed warnings about possible range check errors 25 yıl önce
readme bd57e42086 * $ifdef ver0_99_5 updates 27 yıl önce
rttip.inc 1117f793db + FPC_FINALIZEARRAY 25 yıl önce
set.inc 33ee934d6e + new, much faster do_set_range based on the PowerPC version (which 25 yıl önce
setjump.inc 650fbb86aa + removed logs 25 yıl önce
setjumph.inc 650fbb86aa + removed logs 25 yıl önce
strings.inc 650fbb86aa + removed logs 25 yıl önce
stringss.inc 650fbb86aa + removed logs 25 yıl önce

readme

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)