Compare the value of a random variable to the contents of a register. If the two are equal, then jump to a label
somewhere else in the program.
|
Code Example |
Meaning |
|
rand0?M5:label1 |
Compare the value of rand0 to the contents of register M5. If equal, then jump to label1: |
This commands is only valid for 4-bit registers ("Mi" format).