If the value of a random variable is equal to some specific value then jump to a label somewhere else in the program.
|
Code Example |
Meaning |
|
rand0?9:led_on |
If the value of rand0 is equal to 9, then jump to label "led_on:" |
This command is only valid for 4-bit registers ("Mi" format).