And just to mention, I think the loop opcodes are very handy! =) On 8/16/05, Istvan Varga wrote: > Victor Lazzarini wrote: > > > what does loop_l (etc) do? > > loop_l indx, incr, imax, label > > is identical to > > indx = indx + incr > if (indx < imax) igoto label > > loop_l kndx, kncr, kmax, label > > is the same as > > kndx = kndx + kncr > if (kndx < kmax) kgoto label > > loop_le, loop_g, and loop_ge are similar, but use <=, >, and >= instead > of <, respectively. Also, loop_g and loop_ge decrement the iterator variable. > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net