set_bottom

Function set_bottom 

Source
pub fn set_bottom(
    cpu: &mut Cpu,
    scheme: InstructionScheme,
) -> OperationResult<()>
Expand description

§0x0202 set_bottom:target bottom:32

§Target

  • The register to set

§Arguments

  • 32 bits : the bottom of the 64 bits value

§Operation

  • sets REG[$target].bottom = $argument

§Errors