_wait.s 161 B

123456789101112
  1. .sect .text; .sect .rom; .sect .data; .sect .bss
  2. .define __wait
  3. .sect .text
  4. __wait:
  5. mov ax,7
  6. callf 0x7:0x0
  7. jb 1f
  8. shl dx,0x10
  9. or eax,edx
  10. ret
  11. 1:
  12. jmp cerror