michael 82d08fba5d + Added header and log hace 27 años
..
cpu.pp 4620a73a9b * FPC_ names hace 27 años
i386.inc 8c54e5656a * VMT field zeroed at destructor forgot offset !! hace 27 años
makefile.cpu 4620a73a9b * FPC_ names hace 27 años
math.inc 516958a67b * removed temp symbols hace 27 años
mmx.pp 516958a67b * removed temp symbols hace 27 años
readme bd57e42086 * $ifdef ver0_99_5 updates hace 27 años
rttip.inc 36d5398924 + Finalize fixed after florians fix :) hace 27 años
set.inc 2738539d11 + fixed bug0163 (set1 <= set2 support) hace 27 años
setjump.inc 4620a73a9b * FPC_ names hace 27 años
setjumph.inc bd57e42086 * $ifdef ver0_99_5 updates hace 27 años
strings.inc 82d08fba5d + Added header and log hace 27 años
stringss.inc 82d08fba5d + Added header and log hace 27 años

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)