Defines memory address classes
| Class | PhysicalAddress | 
    Representation of a physical address. | 
| Class | LinearAddress | 
    Representation of a linear address. | 
| Class | LogicalAddress | 
    Representation of a logical address based on a segment register. | 
| Class | LogicalAddressSegmentIndex | 
    Representation of a logical address based on a segment index. | 
| Class | _AbstractAddress | 
    The abstract class from which any address representation is derived. |