dus.s 246 B

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