private void AssignExpression(Node dst, Node expr) { Leaf destination = dst as Leaf; regs[destination.Index] = expr; }