public void SetBytePointer(ushort address) => BytePointer.FromInt(address);
public void SetBytePointer(Address address) => BytePointer.FromInt(address.Value);