Removed stray file

This commit is contained in:
Jeffrey Lim @ Vision 2014-12-25 14:41:14 +10:30
parent 8775165d00
commit 9fcee05b53
1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
Mixing:
General principles
Mix 8->16 samples at once. If you have to mix an odd number, jump into the
table at an offset
Instructions:
Add <FRACTIONAL>, <DELTAFRACTIONAL>
Mov AL, [ESI]
AdC ESI, <DELTAOFFSET>
Mov EDX, [EDI]
Mov EBP, [EDI+4]
Mov EBX, [EAX]
Mov ECX, [EAX+<StereoOffset>]
Add EDX, EBX
Add EBP, ECX
Mov [EDI], EDX
Mov [EDI+4], EBP