Function cambridge_asm::exec::mov::mov

source ·
pub fn mov(ctx: &mut Context, op: &Op) -> RtResult
Expand description

Move value from ACC to a register OR Move values between registers and memory addresses

Syntax

  1. MOV [reg] - move ACC value to reg
  2. MOV [reg | addr],[reg | addr] - move second value to first