32-bit signed/unsigned division
This commit is contained in:
parent
06f689c7a3
commit
759a0c3541
2 changed files with 302 additions and 109 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue