axp.README 469 B

1234567891011
  1. The handling of varargs is platform-dependent. Assar Westerlund
  2. stared at the problem for a while and deduces the following table:
  3. vers / compiler cc gcc
  4. ----------------------------------------------------------------------
  5. 1.3 a0, offset __base, __offset
  6. 2.0 _a0, _offset __base, __offset
  7. The current code should handle both cc and gcc versions, provided
  8. you configure for the correct compiler.