rmu.s 207 B

12345678910111213141516
  1. #include "em_abs.h"
  2. .sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
  3. .define .rmu
  4. ! $Id$
  5. .rmu:
  6. cmpl r0,$4
  7. bneq Ierr
  8. jsb .rmu4
  9. pushl r0
  10. rsb
  11. Ierr:
  12. pushl $EILLINS
  13. jmp .fat