public static Action push(CPU cpu, Register16 o) =>
   () => cpu.Push(o.Target);