source:
contrib/API/tools/mixing.asm@
578
Last change on this file since 578 was 578, checked in by , 11 years ago | |
---|---|
File size: 108 bytes |
Line | |
---|---|
1 | xor EAX,EAX |
2 | lodsb |
3 | shl EAX,15 |
4 | xor EDX,EDX |
5 | mov DX,[SI+BX] |
6 | mul EDX,[value] |
7 | add EAX,EDX |
8 | shr EAX,15 |
9 | stosb |
Note:
See TracBrowser
for help on using the repository browser.