mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-25 16:59:14 +02:00
![]() * renamed several helpers so that their name is the same as their "public alias", which should facilitate the conversion of processor specific code in the code generator to processor independent code * some small fixes to the val_ansistring and val_widestring helpers (always immediately exit if the source string is longer than 255 chars) * fixed fpc_dynarray_high and fpc_dynarray_length if the dynarray is still nil (used to crash, now return resp -1 and 0) |
||
---|---|---|
.. | ||
cpu.pp | ||
i386.inc | ||
makefile.cpu | ||
math.inc | ||
mmx.pp | ||
readme | ||
rttip.inc | ||
set.inc | ||
setjump.inc | ||
setjumph.inc | ||
strings.inc | ||
stringss.inc | ||
strlen.inc | ||
strpas.inc |
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)