Schema für das dynamische Mapping in der MMU:

graph TB
    C[Limit Register] --> B
    A[CPU] -- Logische Adresse --> B{<}
    B -- yes --> D{+}
    F[Relocation Register] --> D
    B -- no --> E[Trap: Addressing Error]
    D -- Physische Adresse --> H[Speicher]