Skip to content

MemoryState Struct

Definition

Represents the state of a memory location in the Z80 emulator, containing an address and its corresponding value.

public sealed struct MemoryState

View source

Properties

Name Description
Address Gets the memory address.
Value Gets the value stored at the specified memory address.

Methods

Name Description
ToString() Returns a string representation of the memory state in hexadecimal format.