florian 43e425072b * fixed div by zero check for qword mod qword vor 21 Jahren
..
cpu.pp 9f31783a0a * old logs removed and tabs fixed vor 23 Jahren
i386.inc 14eb8f59b4 internconst, internproc and some external declarations moved to interface vor 21 Jahren
int64p.inc 43e425072b * fixed div by zero check for qword mod qword vor 21 Jahren
makefile.cpu 24384c648b * moved genrtti.inc code to rtti vor 23 Jahren
math.inc 4d8460ec2f * float routines all use internproc and compilerproc helpers vor 21 Jahren
mathu.inc 07c28067aa * fixed sse exception handling vor 21 Jahren
mathuh.inc 07c28067aa * fixed sse exception handling vor 21 Jahren
mmx.pp f3f3ed17b7 * AMD CPUs could have SSE as well vor 23 Jahren
readme 9f31783a0a * old logs removed and tabs fixed vor 23 Jahren
set.inc fd759e521f * saveregisters calling convention is obsolete vor 21 Jahren
setjump.inc 0d3948fc5f * register calling updates vor 22 Jahren
setjumph.inc 876fca9e8f * make the record packed (just in case) vor 23 Jahren
strings.inc 2633b4883f * external fixes vor 21 Jahren
stringss.inc 2633b4883f * external fixes vor 21 Jahren
strlen.inc 8f8b47194a * REGCALL define added vor 22 Jahren
strpas.inc 23ae4449ec * register calling updates vor 22 Jahren
sysutilp.inc e546db7a23 * interlocked* changed to longints, including winapi. (which was a bug) vor 21 Jahren

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)