pub fn push(cpu: &mut Cpu, scheme: InstructionScheme) -> OperationResult<()>Expand description
§0x0210 push:unsigned
§Target
- The bank register to read the value to push into the stack.
§Arguments
- None
§Operation
- push
REG[$target]into the stack
§Errors
- OperationError::InvalidArgumentType if the provided argument is not an ArgumentType::NoArgument,