| If condition (see [[#Conditions|below]] for details) is true, then jumps to DST, else does nothing.
| If condition (see [[#Conditions|below]] for details) is true, then jumps to DST, else does nothing.
+
|-
+
| 0x2D
+
| 3
+
| JMPU
+
| If condition BOOL is true, then jumps to DST, else does nothing. It seems possible that having NUM = 1 will jump if BOOL is false instead, though this is unconfirmed.