readme 608 B

1234567891011121314151617
  1. This directory contains only RTL parts specific to the processor I386 family.
  2. (They are specific because they contain assembler instructions)
  3. Include files for system are :
  4. heap.inc (heap handling)
  5. set.inc (sets operations)
  6. math.inc (mathematic operations using the coprocessor)
  7. i386.inc (several functions/procedures containing assembler parts)
  8. setjump.inc (setjmp/longjmp implementation for exceptions)
  9. rttip.inc (rtti handling, for speed reasons)
  10. Units are :
  11. strings.pp (written in assembler for speed)
  12. cpu.pp (routines to access cpu info)
  13. mmx.pp (special mmx routines)