32-bit multiplication
This commit is contained in:
parent
061cb7ea08
commit
d68f1bd985
6 changed files with 157 additions and 63 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
start: mov eax,0x44332211
|
||||
mov edx,0x88776655
|
||||
shrd eax,edx,4
|
||||
mul edx
|
||||
|
||||
call dword 0xf000:start
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue