Skip to content

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);

View source

Parameters

Name Type Description
address UInt16
value UInt16