Mulscale: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Hunter byte (talk | contribs) mNo edit summary |
||
Line 7: | Line 7: | ||
[[Category:EDuke32 specific commands]] | [[Category:EDuke32 specific commands]] | ||
[[Category:Gamevar manipulation]] |
Revision as of 12:11, 21 April 2008
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 make the calculation faster.