cui.s 281 B

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