errno.s 352 B

12345678910111213141516171819202122232425
  1. #
  2. ! $Source$
  3. ! $State$
  4. ! $Revision$
  5. ! Declare segments (the order is important).
  6. .sect .text
  7. .sect .rom
  8. .sect .data
  9. .sect .bss
  10. #define D(e) .define e; e
  11. .sect .data
  12. D(ERANGE) = 1
  13. D(ESET) = 2
  14. D(EIDIVZ) = 6
  15. D(EHEAP) = 17
  16. D(EILLINS) = 18
  17. D(EODDZ) = 19
  18. D(ECASE) = 20
  19. D(EBADMON) = 25