pub fn ldx(ctx: &mut Context, op: &Op) -> PasmResult
Expand description

Load value from memory using indexed addressing into register

Syntax

  1. LDM [loc] - loads to ACC
  2. LDM [reg],[loc] - loads to reg