1 "
 2 "         BEGIN INCLUDE FILE add_type.incl.alm 02/14/75
 3 "
 4 
 5 "         This file defines the interpretation of the add_type
 6 "         field of a ptw or cme.
 7 
 8           bool      add_type.core,400000   "DL core address - S/B only in PTW
 9           bool      add_type.disk,200000   "DL disk address
10           bool      add_type.pd,100000     "DL paging device record number
11           bool      add_type.reserved,040000 "DL reserved for future use
12 
13           bool      add_type.non_null,740000 "DL not a null address
14 
15 "
16 "         END INCLUDE FILE add_type.incl.alm
17 "