G7MNAAS3DPA77IHXU46ZGWFF5YG4RVK5MVOGV2B2H53HEWJJ2RSQC
Y26CTXMO7XJMHSZNRBCVQAPFAJZ2LOO47WI2V2LCZU6SG52VOP7QC
454GMMPOA3UUX43VO27KTYXHB66LCSKX6X6O4N65IDK53N46FKZAC
UEEGB37HSGJL4VCRJYIAJRVAEPREYZTDPIDG7BJIJ4DUUSRX7LOQC
OpCode::PushCurrentContinuation => todo!(),
/// Push the current continuation to the stack // TODO (maybe use A as a pointer offset from the current instruction?) PushCurrentContinuation,
/// Push the current continuation to the stack
// TODO (maybe use A as a pointer offset from the current instruction?)
PushCurrentContinuation,
11 => Ok(Self::PushCurrentContinuation),
OpCode::PushCurrentContinuation => Self { op_code, // TODO determine shape arguments: OpArguments::parse_a(n), },
OpCode::PushCurrentContinuation => Self {
op_code,
// TODO determine shape
arguments: OpArguments::parse_a(n),
},