cuu.s 240 B

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