Mulscale: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
mulscale <res> <eax> <edx> <ecx> | '''mulscale''' <res> <eax> <edx> <ecx> | ||
The formula is<br/> | The formula is<br/> |
Revision as of 12:07, 4 May 2009
mulscale <res> <eax> <edx> <ecx>
The formula is
res=(eax*edx)>>ecx
This is a math function which is implemented in assembler programing language because it makes the calculation faster.