Programs: Difference between revisions

32 bytes removed ,  5 years ago
Line 3:
 
==== Setup Section ====
The first lines of a program should be your setup instructions. This often means zeroing registers and setting constants to be used later. It's also a good idea to set all your outputs to ideal conditions. We can do this quickly using oura [[Bestsingle Practices|bestregister practices]]instruction. PR[2] which is set to zero.
 
Examples:
 
'''PR[5]=PR[2:Zero5]-PR[5]'''
 
<br />