1 " ***********************************************************
 2 " *                                                         *
 3 " * Copyright, (C) Honeywell Information Systems Inc., 1982 *
 4 " *                                                         *
 5 " * Copyright (c) 1972 by Massachusetts Institute of        *
 6 " * Technology and Honeywell Information Systems, Inc.      *
 7 " *                                                         *
 8 " ***********************************************************
 9 
10 "         Outer Module Transfer Vector for the prtdim outer module.
11 
12           entry     prtdim_module
13           entry     prtdimmodule
14 prtdimmodule:
15 prtdim_module:
16           tra       *+1,6               go to proper transfer instruction
17 
18           tra       <prtdim_attach>|[prtdim_attach]
19           tra       <prtdim_attach>|[prtdim_detach]
20           tra       <ios_>|[no_entry]   "read
21           tra       <prtdim_write>|[prtdim_write]
22           tra       <ios_>|[no_entry]   "abort
23           tra       <prtdim_order>|[prtdim_order]
24           tra       <ios_>|[no_entry]   "resetread
25           tra       <prtdim_write>|[prtdim_resetwrite]
26           tra       <ios_>|[no_entry]   "setsize
27           tra       <ios_>|[no_entry]   "getsize (it's 9 tho)
28           tra       <ios_>|[no_entry]
29           tra       <ios_>|[no_entry]
30           tra       <ios_>|[no_entry]
31           tra       <ios_>|[no_entry]
32           tra       <prtdim_changemode>|[prtdim_changemode]
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 
40           end