.NLIST TITLE MENU,MENU .LIST .PAGE .SBTTL MENU - DISPLAY COMMAND MENU ; MENU.MAC 01DEC82 ; ; .ENABL LC CMENU: .ASCII <15><12>/The following TLK commands are available:/ .ASCII <15><12> .ASCII <15><12>/ - exit command mode/ .ASCII <15><12>/ Z or ^Z - exit TLK program/ .ASCII <15><12>/ A or S [Send] - initiate file transfer to the / .IF DF SIGMA9 .ASCII /SIGMA 9/ .IFF .IF DF VAX .ASCII /VAX/ .IFF .IF DF IBMTSO .ASCII /IBM/ .IFF .ASCII /host/ .ENDC ;IBMTSO .ENDC ;VAX .ENDC ;SIGMA9 .ASCII <15><12>/ B or R [Receive] - initiate file transfer from the / .IF DF SIGMA9 .ASCII /SIGMA 9/ .IFF .IF DF VAX .ASCII /VAX/ .IFF .IF DF IBMTSO .ASCII /IBM/ .IFF .ASCII /host/ .ENDC ;IBMTSO .ENDC ;VAX .ENDC ;SIGMA9 .ASCII <15><12>/ C - transmit control character (^/ .ASCII /) to port/ .ASCII <15><12>/ D - detach from TALK temporarily/ .ASCII <15><12>/ E - change end-of-record character/ .ASCII <15><12>/ H - send control S (^S) to port/ .ASCII <15><12>/ I - enter redirected input mode/ .ASCII <15><12>/ J - exit redirected input mode/ .ASCII <15><12>/ K - transmit break control character (^/ .ASCII /) to port/ .ASCII <15><12>/ M - display command menu/ .ASCII <15><12>/ O - enter redirected output mode/ .ASCII <15><12>/ P - exit redirected output mode/ .ASCII <15><12>/ Q - send control Q (^Q) to port/ .ASCII <15><12>/ X - exit both redirected input mode and / .ASCII /redirected output mode/ .ASCII <15><12> LENMNU=.-CMENU .EVEN MENU:: CLR R0 ; SET UP FOR TERMINAL DETACH JSR PC,DETDEV ; DETACH FROM AST'S QIOMAC R0,#WALTIO,#CMENU,#LENMNU,Y ; WRITE MENU TO TERMINAL CLR R0 ; SET UP FOR TERMINAL ATTACH JSR PC,ATTDEV ; REATTACH FOR AST'S RTS PC .NLIST TITLE ,MENU .LIST ; .END