GKNPXR7XLFTA2MHHGYDXOTZXKWOOOHEIZH6VYYJY6O36Z2YXUVHAC
G7MNAAS3DPA77IHXU46ZGWFF5YG4RVK5MVOGV2B2H53HEWJJ2RSQC
Y26CTXMO7XJMHSZNRBCVQAPFAJZ2LOO47WI2V2LCZU6SG52VOP7QC
UEEGB37HSGJL4VCRJYIAJRVAEPREYZTDPIDG7BJIJ4DUUSRX7LOQC
OpCode::JumpIfFalse => todo!(),
/// (Shape B) jumps (B) instructions ahead if (A == 0) /// and jumps (B) instructions back if (A == 1) /// in the case that the item it popped from the stack is false (#f) JumpIfFalse,
/// (Shape B) jumps (B) instructions ahead if (A == 0)
/// and jumps (B) instructions back if (A == 1)
/// in the case that the item it popped from the stack is false (#f)
JumpIfFalse,
12 => Ok(Self::JumpIfFalse),
OpCode::JumpIfFalse => Self { op_code, arguments: OpArguments::parse_b(n), },
OpCode::JumpIfFalse => Self {
op_code,
arguments: OpArguments::parse_b(n),
},