Add tests for opcode stereo variants, squashing several bugs in the process. Implement receive opcode to test stereo sending.

This commit is contained in:
Veikko Sariola
2020-05-16 21:23:41 +03:00
parent f9388b028a
commit 87264c443c
39 changed files with 472 additions and 47 deletions

View File

@ -31,7 +31,7 @@ EXPORT MANGLE_FUNC(su_op_add,0)
fadd st0, st3
fxch
ret
su_op_pop_mono:
su_op_add_mono:
%endif
fadd st1
ret
@ -146,7 +146,7 @@ EXPORT MANGLE_FUNC(su_op_xch,0)
jnc su_op_xch_mono
fxch st0, st2 ; c b a d
fxch st0, st1 ; b c a d
fxch st0, st2 ; d c a b
fxch st0, st3 ; d c a b
su_op_xch_mono:
%endif
fxch st0, st1