Page 2 of 2
Re: Nand Gate
Posted: Sat May 02, 2015 7:26 pm
by BobF
Hi again gang,
Well I've tried all ways suggested and can't get it to work.
Hate to be a real pain in the ass, but could you send me a FSM that works on your computer and I will report back if it works on my 3.02 version. Thanks a mill, BobF.....
Re: Nand Gate
Posted: Sun May 03, 2015 5:53 pm
by martinvicanek
BobF, I'd start very basic and once you get it to work, you may take it further from there. Here is a demo to play with. The readout boxes will give you instant feedback to whatever changes you apply to the inputs or code. Hope it helps.
Re: Nand Gate
Posted: Sun May 03, 2015 7:23 pm
by BobF
Hi Martin,
thanks so very much, but I have the DSP code version working. KG had sent me it in Assembly code and it seemed my version of Flowstone (3.02) did not support andnps, so when I typed in
//NAND
movaps xmm0,A;
andps xmm0,B;
andnps xmm0,In1;
andps xmm0,F1;
movaps outNAND,xmm0;
into the asm box it did not work. So I wanted a ASM verion that worked else where to try I my pc.
P.S., I just downloaded version 3.07 of Flowstone for Fl Studio from Imageline. Can I install it over my old version without problems?