C# Class Mosa.CoolWorld.x86.HAL.Memory

Inheritance: IMemory
Datei anzeigen Open project: tgiphil/MOSA-Project

Private Properties

Property Type Description
IMemory byte
IMemory uint
IMemory ushort
IMemory void
IMemory void
IMemory void
this byteIMemory.Mosa.HardwareSystem

Public Methods

Method Description
Memory ( uint address, uint size ) : Mosa.HardwareSystem

Private Methods

Method Description
IMemory ( uint index ) : byte

Reads the specified index.

IMemory ( uint index ) : uint

Reads the specified index.

IMemory ( uint index ) : ushort

Reads the specified index.

IMemory ( uint index, byte value ) : void

Writes the specified index.

IMemory ( uint index, uint value ) : void

Writes the specified index.

IMemory ( uint index, ushort value ) : void

Writes the specified index.

this ( uint index ) : byteIMemory.Mosa.HardwareSystem

Gets or sets the System.Byte at the specified index.

Method Details

Memory() public method

public Memory ( uint address, uint size ) : Mosa.HardwareSystem
address uint
size uint
return Mosa.HardwareSystem