Mulscale
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.
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.