ass.s 244 B

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