pub fn msize<IT: ITy, H: ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultExpand description
Implements the MSIZE instruction.
Gets the size of active memory in bytes.
pub fn msize<IT: ITy, H: ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultImplements the MSIZE instruction.
Gets the size of active memory in bytes.