32-bit signed/unsigned division

This commit is contained in:
Jeff Parsons 2015-04-23 16:48:25 -07:00 committed by jeffpar
commit 759a0c3541
2 changed files with 302 additions and 109 deletions

View file

@ -6,8 +6,9 @@
bits 16
start: mov eax,0x44332211
mov edx,0x88776655
mul edx
mov ecx,0x88776655
mul ecx
div ecx
call dword 0xf000:start