Mulscale

From EDukeWiki
Revision as of 12:57, 9 December 2007 by Hunter byte (talk | contribs) (New page: mulscale <res> <eax> <edx> <ecx> The formula is<br/> res=(eax*edx)>>ecx This is a math function which is implemented in assembler programing language because it make the calculation fas...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.