pub fn set_top(cpu: &mut Cpu, scheme: InstructionScheme) -> OperationResult<()>Expand description
§0x0201 set_top:target top:32
§Target
- The register to set
§Arguments
- top
§Operation
r:target.top = top
§Errors
- OperationError::InvalidArgumentType if the provided argument is not an ArgumentType::OneU32,