adf.s 264 B

123456789101112131415161718192021
  1. #include "em_abs.h"
  2. .sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
  3. .define .adf
  4. ! $Id$
  5. .adf:
  6. movl (sp)+,r1
  7. cmpl r0,$4
  8. bneq 1f
  9. addf2 (sp)+,(sp)
  10. jmp (r1)
  11. 1:
  12. cmpl r0,$8
  13. bneq 2f
  14. addd2 (sp)+,(sp)
  15. jmp (r1)
  16. 2:
  17. pushl $EILLINS
  18. jmp .fat