; MODEMRB - 16-bit mode MODEM for the DEC RAINBOW (R) 100. ; ; by: Michael J. Mellinger ; Data Research Associates, Inc. ; 9270 Olive Boulevard ; St. Louis, Missouri 63132 ; ; Clearinghouse for comments, changes, suggestions: ; (No guarantee of response and no liability assumed) ; Thousand Oaks Technical RCP/M ; 805-492-5472 ; ; ; MODEM9 ; ;BASED ON THE CP/M MODEM PROGRAM CREATED BY WARD CHRISTENSEN ; ; ********* N O T I C E S ********* ; ; Revisers releasing new versions should only ; change the version number by 1 digit in the ; last place. ; ; ********************************** ; ;This is just a header file to give the HEX output the right name. ; ; include deff.a86 include start.a86 INCLUDE SYS.A86 include main.a86 INCLUDE CONSOLE.A86 INCLUDE TERM.A86 INCLUDE SENDRECV.A86 INCLUDE FILES.A86 INCLUDE FINISH.A86 ;