Class MAddress

Class Documentation

class MAddress

This class describes a user memory address.

Public Functions

MAddress()
MAddress(int byte, int bit, int size)

Public Members

int byte

The byte address of the user memory.

int bit

The bit address of the user memory.

int size

The size of the user memory in bits.