readme 511 B

123456789101112131415
  1. This directory contains only RTL parts specific
  2. to the processor I386 family.
  3. (They are specific because they contain assembler instructions)
  4. Include files for system are :
  5. heap.inc (heap handling)
  6. set.inc (sets operations)
  7. math.inc (mathematic operations using the coprocessor)
  8. i386.inc (several functions/procedures containing assembler parts)
  9. Units are :
  10. strings.pp (written in assembler for speed)
  11. getopts.pp (depends on the way the command line
  12. is transmitted to the program)