source:
contrib/API/tools/mixing.asm
Last change on this file was 578, checked in by , 11 years ago | |
---|---|
File size: 108 bytes |
Rev | Line | |
---|---|---|
[578] | 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.