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 make 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 make the calculation faster.