1 2 3 "BEGIN INCLUDE FILE io_st_word.incl.alm 4 5 6 "Created 08/03/83 0901.4 edt Wed by convert_include_file, 7 " Version of 12/01/81 1640.3 edt Tue. 8 9 "Made from >ldd>include>io_st_word.incl.pl1, 10 " modified 07/29/81 1847.8 edt Wed 11 12 " 13 " Structure io_st_word 14 " 15 bool io_st_word.t,400000 " DU 16 bool io_st_word.power,200000 " DU 17 equ io_st_word.major_shift,30 18 bool io_st_word.major_mask,000017 19 equ io_st_word.sub_shift,24 20 bool io_st_word.sub_mask,000077 21 bool io_st_word.eo,000040 " DU 22 bool io_st_word.marker,000020 " DU 23 equ io_st_word.soft_shift,20 24 bool io_st_word.soft_mask,000003 25 bool io_st_word.initiate,000002 " DU 26 bool io_st_word.abort,000001 " DU 27 equ io_st_word.channel_stat_shift,15 28 bool io_st_word.channel_stat_mask,000007 29 equ io_st_word.central_stat_shift,12 30 bool io_st_word.central_stat_mask,000007 31 equ io_st_word.mbz_shift,6 32 bool io_st_word.mbz_mask,000077 33 equ io_st_word.rcount_shift,0 34 bool io_st_word.rcount_mask,000077 35 36 "END INCLUDE FILE io_st_word.incl.alm