Jonas Maebe b9f6efc85b + "compproc" helpers před 24 roky
..
cpu.pp 650fbb86aa + removed logs před 25 roky
i386.inc b9f6efc85b + "compproc" helpers před 24 roky
makefile.cpu 4620a73a9b * FPC_ names před 27 roky
math.inc e7c86006db * m68k updates merged před 24 roky
mmx.pp 200e1d4b25 * removed warnings about possible range check errors před 25 roky
readme bd57e42086 * $ifdef ver0_99_5 updates před 27 roky
rttip.inc b9f6efc85b + "compproc" helpers před 24 roky
set.inc b9f6efc85b + "compproc" helpers před 24 roky
setjump.inc 650fbb86aa + removed logs před 25 roky
setjumph.inc 650fbb86aa + removed logs před 25 roky
strings.inc ab2ea0a472 * moved implementations of strlen and strpas to separate include files před 24 roky
stringss.inc ab2ea0a472 * moved implementations of strlen and strpas to separate include files před 24 roky
strlen.inc ab2ea0a472 * moved implementations of strlen and strpas to separate include files před 24 roky
strpas.inc ab2ea0a472 * moved implementations of strlen and strpas to separate include files před 24 roky

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)