; I2TV-5.ASM - TeleVideo TS-802/803/804/TPC-1 overlay for IMP - 06/01/87 ; ; TV801 uses the Z80 SIO & CTC timer (3.6884 MHz) ; TV802 uses the Z80 SIO & CTC timer (3.6864 MHz) ; TV803 uses the Mostek 3801 & CTC timer (3.6864 MHz) ; TV804 uses the Z80 SIO & CTC timer (3.9936 MHz) ; TPC-1 uses the Mostek 3801 & CTC timer (3.6864 MHz) ; ; You will want to look this file over carefully. There are a number of ; options that you can use to configure the program to suit your taste. ; This file adapts the modem port on the TeleVideo TV801, TV802, TV803, ; TV804, and TPC-1 to IMP.COM. ; ; Edit this file for your preferences then follow the "TO USE:" example ; shown below. ; ; Many terminals will clear the screen with a CTL-Z. If yours does, put ; a 1AH at CLEAR: (010AH). Many terminals use two characters, the first ; normally an ESC. For example, ESC *. In this case put '*' at CLEAR: ; (The ESC will automatically be typed with no CTL-character present.) ; If you don't know what your terminal uses, put a 0 at CLEAR: and IMP ; will scroll up 24 blank lines to clear the CRT for things like MENU, ; looking at the function key table, typing CTL-Z in command mode, etc. ; ; Use the "SET" command to change the baud rate when desired. The value ; at MSPEED controls the baudrate when the program is first called up. ; ; TO USE: First edit this file filling in answers for your own ; equipment. Then assemble with ASM.COM or equivalent ; assembler. ; ; A>MLOAD IMP.COM=IMP.COM,I2TV-x.HEX ; ; = = = = = = = = = = = = = = = = = = ; ; 06/01/87 Improved the GOODBYE routine, added BREAK routine, needs ; IMP245 to use it. - Irv Hoff ; 06/30/86 Added TPC-1 capability, and - Horace Ory ; changed INITMOD for 803/TPC-1. ; 01/05/86 Added TV804 capabiity - Irv Hoff ; 01/02/86 Re-written to work with the TS803 - Tanny O'Haley ; 10/27/85 Written to work with IMP - Irv Hoff ; ; = = = = = = = = = = = = = = = = = ; ; YES EQU 0FFH NO EQU 0 ; ; ; Select one of the following four choices for your computer ; TV801 EQU NO TV802 EQU YES TV803 EQU NO TV804 EQU NO TPC1 EQU NO ; ; IF TV801 PORT EQU 0CH ; TS-801 Z80 SIO base port (data or status) ENDIF ; TV801 ; IF TV802 PORT EQU 20H ; TS-802 Z80 SIO base port (data or status) ENDIF ; TV802 ; IF TV801 OR TV802 MDCTL1 EQU PORT+2 ; Modem control port MDDATP EQU PORT ; Modem data port MDRCV EQU 01H ; Modem receive ready MDSND EQU 04H ; Modem send ready bit MDTXE EQU 01H ; Modem send buffer empty, holding buffer empty ; BDPORT EQU 08H ; CTC port for baud rate ENDIF ; TV801 OR TV802 ; ; IF TV803 OR TPC1 PORT EQU 2FH ; Mostek 3801 base port (data or status) MDCTL1 EQU PORT-1 ; Modem control port for output MDCTL2 EQU PORT-2 ; Modem control port for input MDBCT EQU 29H ; Modem baud rate control port MDCMD EQU 2CH ; Modem command port MDDATP EQU PORT ; Modem data port MDRCV EQU 80H ; Modem receive ready MDSND EQU 80H ; Modem send ready bit MDTXE EQU 80H ; Modem send buffer empty, holding buffer empty ; BDPORT EQU 2BH ; CTC port for baud rate INTPRT EQU 27H ; Interrupt port ENDIF ; TV803 OR TPC-1 ; IF TV804 PORT EQU 1EH ; TS-804 Z80 SIO base port (data or status) MDCTL1 EQU PORT+1 ; Modem control port MDDATP EQU PORT ; Modem data port MDRCV EQU 01H ; Modem receive ready MDSND EQU 04H ; Modem send ready bit MDTXE EQU 01H ; Modem send buffer empty, holding buffer empty ; BDPORT EQU 0EH ; CTC port for baud rate ENDIF ; TV804 ; ;----------------------------------------------------------------------- ; ESC EQU '['-40H ; ^[ = Escape BELL EQU 'G'-40H ; ^G = Bell character LF EQU 'J'-40H ; ^J = Linefeed NEXTRY EQU 'K'-40H ; ^K = Try next phone number, abort this try CR EQU 'M'-40H ; ^M = Carriage return CLEARSC EQU 'Z'-40H ; ^Z = Clears screen, command mode only EOFCHAR EQU 'Z'-40H ; ^Z = End of file ; ;----------------------------------------------------------------------- ; ; ORG 0100H ; ; DS 3 ; Skip the data area below ; ; ; These routines and equates are at the beginning of the program so ; they can be patched by a monitor or overlay file without re-assembling ; the program. ; MSPEED: DB 5 ; 0=110 1=300 2=450 3=600 4=710 5=1200 103H ; 6=2400 7=4800 8=9600 9=19200 default HS2400: DB NO ; Yes=2400 bps highest speed 104H HS1200: DB YES ; Yes=1200 bps highest speed 105H RACAL: DB NO ; Yes=Racal-Vadic 1200V or 2400V or 2400PA 106H PROMODM: DB NO ; Yes=Prometheus ProModem 1200 bps 107H RESVD1: DB NO ; Reserved for special modems 108H RESVD2: DB NO ; Reserved for special modems 109H ; ; CLEAR: DB '*' ; Clear screen character (ESC not needed) 10AH CLOCK: DB 37 ; Clock speed in MHz x10, 25.5 MHz max. 10BH ; 20=2 MHh, 37=3.68 MHz, 40=4 MHz, etc. BYTDLY: DB 2 ; 0=0 delay 1=10ms 5=50 ms - 9=90 ms 10CH ; default time to send character in ter- ; minal mode file transfer for slow BBS CRDLY: DB 2 ; 0=0 delay 1=100 ms 5=500 ms - 9=900 ms 10DH ; default time for extra wait after CRLF ; in terminal mode file transfer NOFCOL: DB 5 ; Number of directory columns shown 10EH TCHPUL: DB 'T' ; T=tone, P=Pulse (Hayes 2400 modems) 10FH ;..... ; ; ADDLFD: DB NO ; Yes=add LF after CR to send file in terminal 110H ; mode (normally added by remote echo) CONVRUB: DB YES ; Yes=convert rub to backspace 111H CRCDFLT: DB YES ; Yes=default to CRC checking 112H IGNRCTL: DB YES ; Yes=CTL-chars above ^M not displayed 113H ;..... ; ; EXTCHR: DB '['-40H ; ESC = preceeds local control character 114H EXITCHR: DB 'E' ; Exit character 115H FILESND: DB 'F' ; Send file when in terminal mode 116H NOCONCT: DB 'N' ; Disconnect from phone line 117H LOGCHR: DB 'L' ; Send logon 118H LSTCHR: DB 'P' ; Toggle printer 119H UNSAVCH: DB 'R' ; Close input text buffer 11AH SAVECHR: DB 'Y' ; Open input text buffer 11BH CLEARS: DB 'Z' ; Clears screen, terminal mode 11CH BRKCHR: DB 'Q' ; Send a break tone 11DH NODTR: DB NO ; YES if no DTR and need ATH0 to disconnect 11EH ;..... ; ; ; Handles in/out ports for data and status ; I$MDCTL1: IF TV801 OR TV802 OR TV804 ; Get output status MVI A,10H ; 11FH OUT MDCTL1 ; 121H IN MDCTL1 ; 123H RET ; 125H DB 0,0,0 ; 126H ENDIF ; TV801 OR TV802 OR TV804 ; IF TV803 OR TPC1 IN MDCTL1 ; 11FH RET ; 121H ; I$MDCTL2: IN MDCTL2 ; Get input status 122H RET ; 124H DB 0,0,0,0 ; 125H ENDIF ; TV803 OR TPC-1 ; I$MDTXE: IF TV801 OR TV802 OR TV804 MVI A,11H ; Read register 1 for "all sent" 129H OUT MDCTL1 ; 12BH IN MDCTL1 ; 12DH RET ; 12FH DB 0,0,0 ; 130H ENDIF ; TV801 OR TV802 OR TV804 ; IF TV803 OR TPC1 IN MDCTL1 ; 129H RET ; 12BH DB 0,0,0,0,0,0,0 ; 12CH ENDIF ; TV803 OR TPC-1 ; I$MDDATP: IN MDDATP ; 133H RET ; 135H DB 0,0,0,0,0,0,0 ; 136H ; O$MDDATP: OUT MDDATP ; 13DH RET ; 13FH DB 0,0,0,0,0,0,0 ; Spares if needed 140H ;..... ; ; A$MDRCV: ANI MDRCV ; 147H RET ; 149H ; C$MDRCV: CPI MDRCV ; 14AH RET ; 14CH ; A$MDSND: ANI MDSND ; 14DH RET ; 14FH ; C$MDSND: CPI MDSND ; 150H RET ; 152H ; A$MDTXE: ANI MDTXE ; 153H RET ; 155H ; C$MDTXE: CPI MDTXE ; 156H RET ; 158H ;..... ; ; ; Special exit vector, used by some computers to reset interrupt vectors ; J$EXITVEC:RET ; 159H DB 0,0 ; 15AH ;..... ; ; ; Jump vectors needed by each overlay ; J$GOODBYE:JMP GOODBYE ; Disconnects modem by dropping DTR 15CH J$INITMOD:JMP INITMOD ; Initializes modem, autosets baudrate 15FH J$STUPR: JMP STUPR ; SET routine to change baudrate 162H J$SYSVR: JMP SYSVR ; Signon message 165H ;..... ; ; ; "AT" command strings, can be replaced in individual overlay if needed ; J$STRNGA: DS 3 ; 1200 bps "AT" string 168H J$STRNG1: DS 3 ; 2400 bps "AT" string 16BH ; ; ; Next fourteen lines should not be changed by user overlay as these go ; to specific locations in the main program, not in the overlay. ; ; J$CMDSPL: DS 3 ; Allows entry of baudrate on CMD line 16EH J$CRLF: DS 3 ; Turns up one new line on display 171H J$DIAL: DS 3 ; Start of dialing routine 174H J$DSCONT: DS 3 ; Terminates modem use 177H J$GOLST: DS 3 ; Printer routine, needed by Apple //e 17AH J$ILPRT: DS 3 ; Prints an inline string, 0 to end 17DH J$INBUF: DS 3 ; Stores a keybd string for comparison 180H J$INLNCP: DS 3 ; Inline "compare strings" routine 183H J$INMDM: DS 3 ; Max .1 sec wait for modem character 186H J$RCVRSP: DS 3 ; For 3801 I/O use (TV-803) 189H J$SNDCHR: DS 3 ; Sends a character to the modem 18CH J$SNDSTR: DS 3 ; Sends a string to the modem, $ to end 18FH J$TIMER: DS 3 ; .1 second timer (amount in 'B' reg.) 192H J$BREAK: JMP SENDBRK ; Break routine 195H J$NEW2: DB 0,0,0 ; For future needs 198H ;..... ; ; ; For 2400 bps auto-stepdown units ; MANUAL: DB 0 ; For manual selection flag 19BH J$300: JMP OK300 ; Sets baudrate to 300 baud 19CH J$1200: JMP OK1200 ; Sets baudrate to 1200 bps 19FH J$2400: JMP OK2400 ; Sets baudrate to 2400 bps 1A2H ;..... ; ; LOGPTR: DW LOGON ; Pointer to display LOGON message 1A5H ; SYSVR: CALL J$ILPRT ; Display the following line 1A7H DB 'Version for TeleVideo ' ; 1AAH ; IF TV801 DB 'TS-801, modem port 0CH' ENDIF ; TV801 ; IF TV802 DB 'TS-802, modem port 20H' ENDIF ; TV802 ; IF TV803 DB 'TS-803, modem port 2FH' ENDIF ; TV803 ; IF TV804 DB 'TS-804, modem port 0DH' ENDIF ; TV804 ; ; IF TPC1 DB 'TPC-1, modem port 2FH' ENDIF ; TPC-1 ; DB CR,LF,0 ; ; ;----------------------------------------------------------------------- ; ; NOTE: You can change the SYSVER message to be longer or shorter. The ; end of your last routine should terminate by 0400H (601 bytes ; available after start of SYSVER). ; ;----------------------------------------------------------------------- ; ; You can put in a message at this location which can be called up with ; (special character-L). You can put in several lines. End with a 0. ; LOGON: DB 'Greetings from a TeleVideo user',CR,LF,0 ; ;----------------------------------------------------------------------- ; ; This routine sets a 300 ms break tone ; SENDBRK: IF TV801 OR TV802 OR TV804 MVI A,5 OUT MDCTL1 ; Send to the status port MVI A,0F8H ; DTR normal, send break tone JMP GOODBYE1 ; Go send the break tone ENDIF ; TV801 OR TV802 OR TV804 ; IF TV803 OR TPC1 MVI A,09H ; Set the break, keep xmit enabled OUT MDCTL1 ; Send to the output control port MVI B,3 ; Send for 300 ms CALL J$TIMER MVI A,01H ; Reset normal with xmit enabled OUT MDCTL1 ; Send to the output control port RET ENDIF ; TV803 OR TPC1 ;..... ; ; ; This routine sets DTR low for 300 ms to disconnect the phone ; IF TV801 OR TV802 OR TV804 GOODBYE: MVI A,5 OUT MDCTL1 ; Send to the status port MVI A,068H ; Turn off DTR, send break ; GOODBYE1: OUT MDCTL1 MVI B,3 ; Wait 300 ms CALL J$TIMER MVI A,5 OUT MDCTL1 MVI A,0E8H ; Restore normal, 8 bits, DTR on, etc. OUT MDCTL1 RET ENDIF ; TV801 OR TV802 OR TV804 ; IF TV803 OR TPC1 GOODBYE: MVI A,20H ; Turn off DTR to disconnect OUT 21H ; GOODBYE1: MVI B,3 ; Wait 300 ms CALL J$TIMER XRA A ; Reactivate DTR OUT 21H ; Reset modem control port OUT MDCTL1 ; Reset output control port RET ENDIF ; TV803 OR TPC-1 ;..... ; ; ; Televideo TS-801, TS-802 or TV804 baud rate change. Sets CTC timer ; for baudrate. ; IF TV801 OR TV802 OR TV804 INITMOD: MVI A,0 ; Select register OUT MDCTL1 ; Send to the status port MVI A,18H ; Reset the Z80 SIO chip OUT MDCTL1 ; Send to the status port MVI A,4 ; Select register OUT MDCTL1 ; Send to the status port MVI A,44H ; 16x, 1-stop, no parity (44=1, 4C=2) OUT MDCTL1 ; Send to the status port MVI A,3 ; Select register OUT MDCTL1 ; Send to the status port MVI A,0C1H ; Enable receive section OUT MDCTL1 ; Send to the status port MVI A,5 ; Select register OUT MDCTL1 ; Send to the status port MVI A,0EAH ; DTR, RTS, 8-bits, enable send section OUT MDCTL1 ; Send to the status port ENDIF ; TV801 OR TV802 or TV804 ; ; ; Televideo TS-803 or TPC-1 baud rate change. Sets CTC timer for baud- ; rate. IF TV803 OR TPC1 INITMOD: IN MDBCT ; Get timer value PUSH PSW ; Save it MVI A,0FH OUT INTPRT ; Kill interrupts POP PSW ; Get timer value OUT MDBCT ; Restart MVI A,88H ; No parity, 8-bit word, 1 stop bit, X16 OUT MDCMD ; Set it MVI A,01 ; Enable RX OUT MDCTL2 MVI A,05 ; Enable TX OUT MDCTL1 IN MDDATP ; Empty receiver buffer ; ; ; This overwrites the first line of the RCVRDY routine in the body of ; the main program, in order to check I$MDCTL2 rather than I$MODCLT1. ; CALL J$RCVRSP ; Gets RCVRDY address in HL LXI B,I$MDCTL2 MOV M,C ; Store INX H MOV M,B ENDIF ; TV803 OR TPC-1 ; LDA MSPEED ; Get the selected value CPI 1 ; 300 bps JZ OK300 CPI 5 ; 1200 bps JZ OK1200 CPI 6 ; 2400 bps JZ OK2400 CPI 8 ; 9600 bps JZ OK9600 ; IF TV801 OR TV802 CPI 9 ; 19200 JZ OK19200 ENDIF ; TV801 OR TV802 ; JMP STUPR1 ; Else ask what is wanted ;..... ; ; STUPR: CALL J$CMDSPL ; Gives us CMDBUF+6 JNC STUPR2 ; STUPR1: CALL J$ILPRT DB 'Input Baud Rate (300, 1200, 2400, 9600' ; IF TV801 OR TV802 DB ', 19200' ENDIF ; TV801 OR TV802 ; DB '): ',0 LXI D,BAUDBUF ; Point to new input buffer CALL J$INBUF CALL J$CRLF LXI D,BAUDBUF+2 ; STUPR2: CALL J$INLNCP ; Compare BAUDBUF+2 with chars. below DB '300',0 JNC OK300 ; Go if got match CALL J$INLNCP DB '1200',0 JNC OK1200 CALL J$INLNCP DB '2400',0 JNC OK2400 CALL J$INLNCP DB '9600',0 JNC OK9600 ; IF TV801 OR TV802 CALL J$INLNCP DB '19200',0 JNC OK19200 ENDIF ; TV801 OR TV802 ; CALL J$ILPRT ; All matches failed, tell operator DB '++ Incorrect entry ++',CR,LF,BELL,CR,LF,0 JMP STUPR1 ; Try again ; OK300: MVI A,1 ; MSPEED 300 baud value LXI H,BD300 JMP LOADBD ; OK1200: MVI A,5 LXI H,BD1200 JMP LOADBD ; OK2400: XRA A ; Reset flag for automatic selection STA MANUAL MVI A,6 LXI H,BD2400 JMP LOADBD ; OK9600: MVI A,8 LXI H,BD9600 JMP LOADBD ; IF TV801 OR TV802 OK19200:MVI A,9 LXI H,BD19200 ENDIF ; TV801 OR TV802 ; LOADBD: STA MSPEED ; Change time-to-send to match baudrate MOV A,H ; CTC timer control word OUT BDPORT ; Controls CTC timer/counter MOV A,L ; Baudrate OUT BDPORT RET ;..... ; ; ; Baudrate table ; IF TV801 OR TV802 BD300 EQU 4780H ; 38400/300 converted to hex value BD1200 EQU 4720H ; 38400/1200 converted to hex value BD2400 EQU 4710H ; 38400/2400 converted to hex value BD9600 EQU 4704H ; 38400/9600 converted to hex value BD19200 EQU 4702H ; 38400/19200 converted to hex value ENDIF ; TV802 ; IF TV803 OR TPC1 BD300 EQU 4720H ; 9600/300 converted to hex value BD1200 EQU 4708H ; 9600/1200 converted to hex value BD2400 EQU 4704H ; 9600/2400 converted to hex value BD9600 EQU 4701H ; 9600/9600 converted to hex value ENDIF ; TV803 OR TPC-1 ; IF TV804 BD300 EQU 0734H ; 7800/300 converted to hex value BD1200 EQU 4768H ; 124800/1200 converted to hex value BD2400 EQU 4734H ; 124800/2400 converted to hex value BD9600 EQU 470DH ; 124800/9600 converted to hex value ENDIF ; TV804 ; BAUDBUF:DB 10,0,0,0,0,0 DB 0,0,0,0,0,0 ;..... ; ; end ;----------------------------------------------------------------------- ; ; Note: Must end by 0400H