ngi.s 212 B

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