skipIfs

Skips instructions if conditional opcode was failed. + The conditional opcodes take one cycle longer to perform if the test fails. + When they skip a conditional instruction, they will skip an additional + instruction at the cost of one extra cycle. This continues until a non- + conditional instruction has been skipped. This lets you easily chain + conditionals. Interrupts are not triggered while the DCPU-16 is skipping.

void
skipIfs
(
Cpu
)
(
ref Cpu dcpu
)

Meta