source: contrib/API/tools/mixing.asm@ 655

Last change on this file since 655 was 578, checked in by David Azarewicz, 11 years ago

API updates

File size: 108 bytes
Line 
1xor EAX,EAX
2lodsb
3shl EAX,15
4xor EDX,EDX
5mov DX,[SI+BX]
6mul EDX,[value]
7add EAX,EDX
8shr EAX,15
9stosb
Note: See TracBrowser for help on using the repository browser.