.
.  SYADCTL - This deck defines the offsets to fields in the system core
.            debug control record. WARNING - the definitions in this deck
.            MUST  agree with the definitions in the CYBIL deck SYDDCTL.
.
dbactive equ      0                 .Non zero if debug is active.
dbring   equ      1                 .Highest ring for giving control to
.                                    system debug.
dbdlp    equ      2                 .Debug list pointer.
dbproc   equ      8                 .Pointer to debug trap procedure.
.
