2
0
peter ca8d604964 * various widestring updates, it works now mostly without charset 24 жил өмнө
..
cpu.pp 650fbb86aa + removed logs 25 жил өмнө
i386.inc ca8d604964 * various widestring updates, it works now mostly without charset 24 жил өмнө
makefile.cpu 4620a73a9b * FPC_ names 27 жил өмнө
math.inc e150c46c78 * remove warnings 25 жил өмнө
mmx.pp 200e1d4b25 * removed warnings about possible range check errors 25 жил өмнө
readme bd57e42086 * $ifdef ver0_99_5 updates 27 жил өмнө
rttip.inc a4755024cc * some fixes for widestrings and variants 24 жил өмнө
set.inc 8bf13fd185 *** empty log message *** 25 жил өмнө
setjump.inc 650fbb86aa + removed logs 25 жил өмнө
setjumph.inc 650fbb86aa + removed logs 25 жил өмнө
strings.inc ab2ea0a472 * moved implementations of strlen and strpas to separate include files 25 жил өмнө
stringss.inc ab2ea0a472 * moved implementations of strlen and strpas to separate include files 25 жил өмнө
strlen.inc ab2ea0a472 * moved implementations of strlen and strpas to separate include files 25 жил өмнө
strpas.inc ab2ea0a472 * moved implementations of strlen and strpas to separate include files 25 жил өмнө

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)