idiv32-overflow.asm 136 B

12345678910
  1. global _start
  2. %include "header.inc"
  3. mov eax, 00000000h
  4. mov edx, 80000000h
  5. mov ebx, -1
  6. idiv ebx
  7. %include "footer.inc"