adi.s 212 B

12345678910111213141516
  1. #include "em_abs.h"
  2. .sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
  3. .define .adi
  4. ! $Id$
  5. .adi:
  6. movl (sp)+,r1
  7. cmpl r0,$4
  8. bneq 1f
  9. addl2 (sp)+,(sp)
  10. jmp (r1)
  11. 1:
  12. pushl $EILLINS
  13. jmp .fat