pub fn jmp_if_false<R: Register>(
    condition: WildDestination<R>,
    ip: InstructionPointer
) -> Instruction