Z80TestHarness.WriteWordToMemory Method
Definition
Writes a word in little endian format to memory. Does not take RomArea into account as this is used by tests to setup memory.
public void WriteWordToMemory(ushort address, ushort value);
Parameters
Last modified: 13 July 2025