sri.s 256 B

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