1 " ******************************************************
2 " * *
3 " * *
4 " * Copyright c 1972 by Massachusetts Institute of *
5 " * Technology and Honeywell Information Systems, Inc. *
6 " * *
7 " * *
8 " ******************************************************
9
10 "Interface Module Transfer Vector for the
11 "g115 printer Interface Module
12 " modified 07-22-77 by Bob Franklin to add resetread,resetwrite,abort entries.
13
14 entry g115_module
15 g115_module:
16 tra *+1,6 go to proper transfer instruction
17
18 tra <g115_dim_>|g115_attach
19 tra <g115_dim_>|g115_detach
20 tra <g115_dim_>|g115_read
21 tra <g115_dim_>|g115_write
22 tra <g115_dim_>|g115_cntrl abort call
23 tra <g115_dim_>|g115_order
24 tra <g115_dim_>|g115_cntrl resetread call
25 tra <g115_dim_>|g115_cntrl resetwrite call
26 tra <ios_>|no_entry
27 tra <ios_>|no_entry
28 tra <ios_>|no_entry
29 tra <ios_>|no_entry
30 tra <ios_>|no_entry
31 tra <ios_>|no_entry
32 tra <g115_dim_>|g115_modes
33 tra <ios_>|no_entry
34 tra <ios_>|no_entry
35 tra <ios_>|no_entry
36 tra <ios_>|no_entry
37 tra <ios_>|no_entry
38 tra <ios_>|no_entry
39 tra <ios_>|no_entry
40 tra <ios_>|no_entry
41 tra <ios_>|no_entry
42 tra <ios_>|no_entry
43 tra <ios_>|no_entry
44 tra <ios_>|no_entry
45 tra <ios_>|no_entry
46 tra <ios_>|no_entry
47 tra <ios_>|no_entry
48
49 end