florian b8d4922188 * bug #766 fixed 26 ani în urmă
..
cpu.pp 4620a73a9b * FPC_ names 27 ani în urmă
i386.inc c14811e633 * faster abs() function (no jump anymore) 26 ani în urmă
makefile.cpu 4620a73a9b * FPC_ names 27 ani în urmă
math.inc 11a2d8977e * fixed power(int,int) with negative base 26 ani în urmă
mmx.pp 516958a67b * removed temp symbols 27 ani în urmă
readme bd57e42086 * $ifdef ver0_99_5 updates 27 ani în urmă
rttip.inc 344a35fec1 Object finalization data fixed 26 ani în urmă
set.inc af8a04a5af * use external names 27 ani în urmă
setjump.inc e33295ceb0 * loading of esp value corrected 26 ani în urmă
setjumph.inc bd57e42086 * $ifdef ver0_99_5 updates 27 ani în urmă
strings.inc b8d4922188 * bug #766 fixed 26 ani în urmă
stringss.inc 17f26f6577 * removed warnings 27 ani în urmă

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)