cff.s 466 B

12345678910111213141516171819202122232425262728293031323334
  1. #include "em_abs.h"
  2. .sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
  3. .define .cff
  4. ! $Id$
  5. .cff:
  6. movl (sp)+,r1
  7. movl (sp)+,r0
  8. cmpl r0,$4
  9. bneq 1f
  10. movl (sp)+,r0
  11. cmpl r0,$4
  12. bneq 2f
  13. jmp (r1)
  14. 2:
  15. cmpl r0,$8
  16. bneq 4f
  17. cvtdf (sp)+,-(sp)
  18. jmp (r1)
  19. 1:
  20. movl (sp)+,r0
  21. cmpl r0,$4
  22. bneq 3f
  23. cvtfd (sp)+,-(sp)
  24. jmp (r1)
  25. 3:
  26. cmpl r0,$8
  27. bneq 4f
  28. jmp (r1)
  29. 4:
  30. pushl $EILLINS
  31. jmp .fat