public void SetWordAt(Word location, Word value) { for (var i = 0 ; i < Word.Width ; ++i) { this[location + i] = value.GetByte(i); } }