public void SetMemoryValue(BitString key, BitString value) { Values[key] = value; }
public MemoryInstruction(BitString address, BitString value) { _address = address; _value = value; }