1 2 3 "BEGIN INCLUDE FILE ptw.l68.incl.alm 4 5 6 "Created 04/05/81 1616.0 est Sun by convert_include_file, 7 " Version of 04/05/81 1606.8 est Sun. 8 9 "Made from >udd>Multics>hardcore_pool>new_pc>include>ptw.l68.incl.pl1, 10 " modified 03/20/81 1815.9 est Fri 11 12 " 13 " Structure l68_core_ptw 14 " 15 equ l68_core_ptw.frame_shift,22 16 bool l68_core_ptw.frame_mask,037777 17 equ l68_core_ptw.flags,0 " LOWER 18 equ l68_core_ptw.add_type_shift,14 19 bool l68_core_ptw.add_type_mask,000017 20 bool l68_core_ptw.first,020000 " DL 21 bool l68_core_ptw.er,010000 " DL 22 bool l68_core_ptw.unusable1,002000 " DL 23 bool l68_core_ptw.phu,001000 " DL 24 bool l68_core_ptw.phm1,000400 " DL 25 bool l68_core_ptw.nypd,000200 " DL 26 bool l68_core_ptw.phm,000100 " DL 27 bool l68_core_ptw.phu1,000040 " DL 28 bool l68_core_ptw.wired,000020 " DL 29 bool l68_core_ptw.os,000010 " DL 30 bool l68_core_ptw.valid,000004 " DL 31 equ l68_core_ptw.df_no_shift,0 32 bool l68_core_ptw.df_no_mask,000003 33 34 " 35 " Structure l68_ptw 36 " 37 equ l68_ptw.add,0 " UPPER 38 equ l68_ptw.flags,0 " LOWER 39 equ l68_ptw.add_type_shift,14 40 bool l68_ptw.add_type_mask,000017 41 bool l68_ptw.first,020000 " DL 42 bool l68_ptw.er,010000 " DL 43 bool l68_ptw.unusable1,002000 " DL 44 bool l68_ptw.phu,001000 " DL 45 bool l68_ptw.phm1,000400 " DL 46 bool l68_ptw.nypd,000200 " DL 47 bool l68_ptw.phm,000100 " DL 48 bool l68_ptw.phu1,000040 " DL 49 bool l68_ptw.wired,000020 " DL 50 bool l68_ptw.os,000010 " DL 51 bool l68_ptw.valid,000004 " DL 52 equ l68_ptw.df_no_shift,0 53 bool l68_ptw.df_no_mask,000003 54 55 "END INCLUDE FILE ptw.l68.incl.alm