1 " BEGIN include file bce_breakpoint_page.incl.alm
 2 
 3 " Description of hardcore breakpoint information saved in breakpoint_page.
 4 " Keith Loepere, December 1983.
 5 " Sentinel added, July 1984 by Keith Loepere.
 6 
 7           equ       bkpt_page.mc_,0
 8           equ       bkpt_page.mode_reg,48
 9           equ       bkpt_page.cache_mode_reg,49
10           equ       bkpt_page.dbr,50
11           equ       bkpt_page.bar,52
12           equ       bkpt_page.sentinel,53
13 
14 " END include file bce_breakpoint_page.incl.alm