sli.s 243 B

123456789101112131415161718
  1. #include "em_abs.h"
  2. .sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
  3. .define .sli
  4. ! $Id$
  5. .sli:
  6. movl (sp)+,r2
  7. cmpl r0,$4
  8. bneq I1
  9. movl (sp)+,r0
  10. movl (sp)+,r1
  11. ashl r0,r1,-(sp)
  12. jmp (r2)
  13. I1:
  14. pushl $EILLINS
  15. jmp .fat