[PD-dev] [once] default closed...

Mathieu Bouchard matju at artengine.ca
Fri Sep 29 06:28:57 CEST 2006


On Thu, 28 Sep 2006, Hans-Christoph Steiner wrote:

> Obviously usefulness is essential.

Not even: the 6809 CPU has those two curious opcodes in it.

BRA, or branch always, means if(1) goto ...;
BRN, or branch never,  means if(0) goto ...;

this is among 14 other types of branches like "branch if last result 
overflowed" and "branch if last result was negative" and other serious 
stuff.

Note that 6809 already has another goto statement, called JMP.

  _ _ __ ___ _____ ________ _____________ _____________________ ...
| Mathieu Bouchard - tél:+1.514.383.3801 - http://artengine.ca/matju
| Freelance Digital Arts Engineer, Montréal QC Canada


More information about the Pd-dev mailing list