nop.s 241 B

12345678910111213141516
  1. #include "em_abs.h"
  2. .sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
  3. .define .nop
  4. ! $Id$
  5. .nop:
  6. movl hol0+LINO_AD,r0
  7. jsb printd
  8. movb $011,r0
  9. jsb printc
  10. movl sp,r0
  11. jsb printd
  12. movb $012,r0
  13. jmp printc