idiv8-overflow.asm 106 B

123456789
  1. global _start
  2. %include "header.inc"
  3. mov ax, 8000h
  4. mov bl, -1
  5. idiv bl
  6. %include "footer.inc"