Table of Contents

Enum MemoryEndian

Namespace
RetroEditor.Plugins
Assembly
RetroEditor.dll

Endianess of memory - used to determine how to read/write multi-byte values

public enum MemoryEndian

Fields

Big = 1

Big endian - most significant byte first

Little = 0

Little endian - least significant byte first