polyphonic-portamento another bug(!?)

For general discussion related FlowStone
Father
Posts: 177
Joined: Thu Jan 09, 2014 5:48 pm

Re: polyphonic-portamento another bug(!?)

Post by Father »

Finally! This works perfectly as far as i can tell.

Code: Select all

//write
mov eax,write[0];
cmp eax,0;
jz skip0;
mov eax, temp[0];
fld data[0]; fstp [eax];
skip0:
//read
mov eax, temp[0];
fld [eax]; fstp Out[0];
...
...
Post Reply