michael e7aca136a1 + Initial import 25 лет назад
..
cpu.pp e7aca136a1 + Initial import 25 лет назад
i386.inc e7aca136a1 + Initial import 25 лет назад
makefile.cpu 4620a73a9b * FPC_ names 27 лет назад
math.inc e7aca136a1 + Initial import 25 лет назад
mmx.pp e7aca136a1 + Initial import 25 лет назад
readme bd57e42086 * $ifdef ver0_99_5 updates 27 лет назад
rttip.inc e7aca136a1 + Initial import 25 лет назад
set.inc e7aca136a1 + Initial import 25 лет назад
setjump.inc e7aca136a1 + Initial import 25 лет назад
setjumph.inc e7aca136a1 + Initial import 25 лет назад
strings.inc e7aca136a1 + Initial import 25 лет назад
stringss.inc e7aca136a1 + Initial import 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)