home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol169 / m7nh-1.aqm / M7NH-1.ASM
Assembly Source File  |  1985-02-09  |  9KB  |  304 lines

  1.  
  2. ; M7NH.ASM NorthStar Horizon with HSIO-4 overlay for MDM7xx - 11/11/83
  3. ;
  4. ; Edit this file for your preferences then follow the "TO USE:" example
  5. ; shown below.
  6. ;
  7. ; Use the MDM7xx "SET" command to change the baudrate when desired.  It
  8. ; starts out at 300 baud when the program is first called up.
  9. ;
  10. ;
  11. ;    TO USE: First edit this file filling in answers for your own
  12. ;        equipment.  Then assemble with ASM.COM or equivalent
  13. ;        assembler.  Then use DDT to overlay the the results
  14. ;        of this program to the original .COM file:
  15. ;
  16. ;        A>DDT MDM7xx.COM
  17. ;        DDT VERS 2.2
  18. ;        NEXT  PC
  19. ;        4300 0100
  20. ;        -IM7NH-1.HEX        (note the "I" command)
  21. ;        -R            ("R" loads in the .HEX file)
  22. ;        NEXT  PC
  23. ;        4300 0000
  24. ;        -G0            (return to CP/M)
  25. ;        A>SAVE 66 MDM7xx.COM    (now have a modified .COM file)
  26. ;
  27. ; =   =   =   =   =   =   =   =   =   =   =   =   =   =   =   =   =   =
  28. ;
  29. ; 11/11/83 - Renamed to M7NH-1.ASM, no changes    - Irv Hoff
  30. ; 09/11/83 - Changed M712HZ.ASM TO M712NS.ASM    - Robert Lehman
  31. ;                        - Irv Hoff
  32. ; =   =   =   =   =   =   =   =   =   =   =   =   =   =   =   =   =
  33. ;
  34. BELL:        EQU    07H        ;bell
  35. CR:        EQU    0DH        ;carriage return
  36. ESC:        EQU    1BH        ;escape
  37. LF:        EQU    0AH        ;linefeed
  38. ;
  39. YES:        EQU    0FFH
  40. NO:        EQU    0
  41. ;
  42. ;
  43. PORT:        EQU    10H        ;Port A on HSIO-4
  44. BAUDRP:        EQU    PORT
  45. MODDATP:    EQU    PORT+2        ;data port for N*HOR
  46. MODCTL1:    EQU    PORT+3        ;status port for N*HOR
  47. MODRCVB:    EQU    2        ;bit to test for received data
  48. MODRCVR:    EQU    2        ;modem receive ready
  49. MODSNDB:    EQU    1        ;bit to test for ready to send
  50. MODSNDR:    EQU    1        ;modem send ready bit
  51. ;
  52. ;
  53. ; The HSIO-4 board uses the 8251
  54. ;
  55. ;
  56.         ORG    100H
  57. ;
  58.         DS    3    ;(for  "JMP   START" instruction)
  59. ;
  60. PMMIMODEM:    DB    NO    ;yes=PMMI S-100 Modem            103H
  61. SMARTMODEM:    DB    NO    ;yes=HAYES Smartmodem, no=non-Hayes    104H
  62. TOUCHPULSE:    DB    'T'    ;T=touch, P=pulse (Smartmodem-only)    105H
  63. CLOCK:        DB    40    ;clock speed in MHz x10, 25.5 MHz max.    106H
  64.                 ;20=2 MHh, 37=3.68 MHz, 40=4 MHz, etc.
  65. MSPEED:        DB    1    ;0=110 1=300 2=450 3=600 4=710 5=1200    107H
  66.                 ;6=2400 7=4800 8=9600 9=19200 default
  67. BYTDLY:        DB    5    ;0=0 delay  1=10ms  5=50 ms - 9=90 ms    108H
  68.                 ;default time to send character in ter-
  69.                 ;minal mode file transfer for slow BBS.
  70. CRDLY:        DB    5    ;0=0 delay 1=100 ms 5=500 ms - 9=900 ms 109H
  71.                 ;default time for extra wait after CRLF
  72.                 ;in terminal mode file transfer
  73. NOOFCOL:    DB    5    ;number of DIR columns shown        10AH
  74. SETUPTST:    DB    YES    ;yes=user-added Setup routine        10BH
  75. SCRNTEST:    DB    YES    ;Cursor control routine         10CH
  76. ACKNAK:        DB    YES    ;yes=resend a record after any non-ACK    10DH
  77.                 ;no=resend a record after a valid NAK
  78. BAKUPBYTE:    DB    NO    ;yes=change any file same name to .BAK    10EH
  79. CRCDFLT:    DB    YES    ;yes=default to CRC checking        10FH
  80. TOGGLECRC:    DB    YES    ;yes=allow toggling of CRC to Checksum    110H
  81. CONVBKSP:    DB    NO    ;yes=convert backspace to rub        111H
  82. TOGGLEBK:    DB    YES    ;yes=allow toggling of bksp to rub    112H
  83. ADDLF:        DB    NO    ;no=no LF after CR to send file in    113H
  84.                 ;terminal mode (added by remote echo)
  85. TOGGLELF:    DB    YES    ;yes=allow toggling of LF after CR    114H
  86. TRANLOGON:    DB    YES    ;yes=allow transmission of logon    115H
  87.                 ;write logon sequence at location LOGON
  88. SAVCCP:        DB    YES    ;yes=do not overwrite CCP        116H
  89. LOCONEXTCHR:    DB    NO    ;yes=local command if EXTCHR precedes    117H
  90.                 ;no=external command if EXTCHR precedes
  91. TOGGLELOC:    DB    YES    ;yes=allow toggling of LOCONEXTCHR    118H
  92. LSTTST:        DB    YES    ;yes=printer available on printer port    119H
  93. XOFFTST:    DB    NO    ;yes=checks for XOFF from remote while    11AH
  94.                 ;sending a file in terminal mode
  95. XONWAIT:    DB    NO    ;yes=wait for XON after CR while    11BH
  96.                 ;sending a file in terminal mode
  97. TOGXOFF:    DB    YES    ;yes=allow toggling of XOFF checking    11CH
  98. IGNORCTL:    DB    YES    ;yes=CTL-chars above ^M not displayed    11DH
  99. EXTRA1:        DB    0    ;for future expansion            11EH
  100. EXTRA2:        DB    0    ;for future expansion            11FH
  101. BRKCHR:        DB    '@'-40H    ;^@ = Send a 300 ms. break tone        120H
  102. NOCONNCT:    DB    'N'-40H    ;^N = Disconnect from the phone line    121H
  103. LOGCHR:        DB    'L'-40H    ;^L = Send logon            122H
  104. LSTCHR:        DB    'P'-40H    ;^P = Toggle printer            123H
  105. UNSAVE:        DB    'R'-40H    ;^R = Close input text buffer        124H
  106. TRANCHR:    DB    'T'-40H ;^T = Transmit file to remote        125H
  107. SAVECHR:    DB    'Y'-40H    ;^Y = Open input text buffer        125H
  108. EXTCHR:        DB    '^'-40H    ;^^ = Send next character        126H
  109. ;
  110. ;
  111.         DS    2        ;                128H
  112. ;
  113. IN$MODCTL1:    IN    MODCTL1 ! RET    ;in modem control port        12AH
  114.         DS    7
  115. OUT$MODDATP:    OUT    MODDATP ! RET    ;out modem data port        134H
  116.         DS    7
  117. IN$MODDATP:    IN    MODDATP ! RET    ;in modem data port        13EH
  118.         DS    31
  119. ;
  120. LOGONPTR:    DW    LOGON        ;for user message.        160H
  121.         DS    6        ;                162H
  122. JMP$GOODBYE:    JMP    GOODBYE        ;                168H
  123. JMP$INITMOD:    JMP    INITMOD        ;go to user written routine    16BH
  124.         RET  !    NOP  !    NOP    ;(by-passes PMMI routine)    16EH
  125.         RET  !    NOP  !    NOP    ;(by-passes PMMI routine)    171H
  126.         RET  !    NOP  !    NOP    ;(by-passes PMMI routine)    174H
  127. JMP$SETUPR:    JMP    SETUPR        ;                177H
  128. JMP$SPCLMENU:    JMP    SPCLMENU    ;                17AH
  129. JMP$SYSVER:    JMP    SYSVER        ;                17DH
  130. JMP$BREAK:    JMP    SENDBRK        ;                180H
  131. ;
  132. ;
  133. ; Do not change the following six lines.
  134. ;
  135. JMP$ILPRT:    DS    3        ;                183H
  136. JMP$INBUF    DS    3        ;                186H
  137. JMP$INLNCOMP:    DS    3        ;                189H
  138. JMP$INMODEM    DS    3        ;                18CH
  139. JMP$NXTSCRN:    DS    3        ;                18FH
  140. JMP$TIMER:    DS    3        ;                192H
  141. ;
  142. ;
  143. CLREOS:        CALL    JMP$ILPRT    ;                195H
  144.         DB    ESC,079H,0,0,0    ;                198H
  145.         RET            ;                19DH
  146. ;
  147. CLRSCRN:    CALL    JMP$ILPRT    ;                19EH
  148.         DB    1AH,0,0,0,0    ;clear entire screen        1A1H
  149.         RET            ;                1A6H
  150. ;
  151. ;
  152. SYSVER:        CALL    JMP$ILPRT    ;                1A7H
  153.         DB    'Version for NorthStar Horizon / HSIO-4 Port A'
  154.         DB    CR,LF,0
  155.         DB    RET
  156. ;.....
  157. ;
  158. ;
  159. ;-----------------------------------------------------------------------
  160. ;
  161. ; NOTE:  You can change the SYSVER message to be longer or shorter.  The
  162. ;     end of your last routine should terminate by 0400H (601 bytes
  163. ;     available after start of SYSVER) if using the Hayes Smartmodem
  164. ;     or by address 0C00H (2659 bytes available) otherwise.
  165. ;
  166. ;-----------------------------------------------------------------------
  167. ;
  168. ; YOU CAN PUT IN A MESSAGE AT THIS LOCATION WHICH CAN BE CALLED UP WITH
  169. ; CTL-O IF TRANLOGON HAS BEEN SET YES.    YOU CAN PUT IN SEVERAL LINES IF
  170. ; DESIRED.  END WITH A 0.
  171. ;
  172. LOGON:      DB    'Hello from a NorthStar Horizon computer',CR,LF,0
  173. ;.....
  174. ;    
  175. ;
  176. ; THIS ROUTINE ALLOWS A 300 MS. BREAK TONE TO BE SEND TO RESET SOME
  177. ; TIME-SHARE COMPUTERS.
  178. ;
  179. SENDBRK:  MVI    A,08H        ;send a break tone for 300 ms.
  180.       JMP    GOODBYE1
  181. ;.....
  182. ;
  183. ;
  184. ; THIS ROUTINE SENDS A 300 MS. BREAK TONE AND SETS DTR LOW FOR THE SAME
  185. ; LENGTH OF TIME TO DISCONNECT SOME MODEMS SUCH AS THE BELL 212A, ETC.
  186. ;
  187. GOODBYE:  MVI    A,0AH        ;set break, dtr low
  188. ;
  189. GOODBYE1: OUT    MODCTL1        ;put command register out of mode
  190.       IN    MODCTL1        ;make sure it is now clear
  191.       IN    MODCTL1        ;try once more
  192.       MVI    B,3        ;delay for 300 ms.
  193.       CALL    JMP$TIMER
  194.       MVI    A,37H        ;reset rts, flags, dtr low, enable r/t
  195.       OUT    MODCTL1        ;send to command register
  196.       IN    MODCTL1        ;clear any incoming chars.
  197.       IN    MODCTL1        ;try once more
  198.       XRA    A        ;clear the 'A' reg.
  199.       RET
  200. ;.....
  201. ;
  202. ;
  203. ; THE FOLLOWING ARE USED IN SETTING UP THE HSIO-4 I/O PORT A.
  204. ;
  205. INITMOD:  MVI    A,1        ;default transfer time to 300 baud
  206.       STA    MSPEED
  207.       XRA    A        ;set rts, flags, dtr, disable r/t
  208.       OUT    MODCTL1        ;put command register out of mode
  209.       IN    MODCTL1        ;make sure it is now clear
  210.       IN    MODCTL1        ;try once more
  211.       MVI    A,0AAH
  212.       OUT    MODCTL1
  213.       MVI    A,40H
  214.       OUT    MODCTL1
  215.       MVI    A,4EH        ;1 stop, no parity, 8 bits, 16x asynch
  216.       OUT    MODCTL1        ;send to mode register 1
  217. ;
  218. INITMOD1: MVI    A,06H        ;start with 300 baud, internal 4 clock
  219.       OUT    BAUDRP        ;send to baud rate port
  220.       MVI    A,37H        ;reset rts, flags, dtr low, enable r/t
  221.       OUT    MODCTL1        ;send to command register
  222.       IN    MODCTL1        ;clear any incoming chars.
  223.       IN    MODCTL1        ;try once more
  224.       XRA    A        ;clear the 'A' reg.
  225.       RET
  226. ;.....
  227. ;
  228. ;
  229. ; THE FOLLOWING CHANGES THE BAUD RATE WITH THE SET COMMAND.
  230. ;
  231. SETUPR:      LXI    D,BAUDBUF
  232.       CALL    JMP$ILPRT
  233.       DB    'Input Baud Rate (110, 300, 1200, 9600): ',0
  234.       CALL    JMP$INBUF
  235.       LXI    D,BAUDBUF+2
  236.       CALL    JMP$INLNCOMP
  237.       DB    '110',0
  238.       JNC    OK110
  239.       CALL    JMP$INLNCOMP    ;compare baudbuf+2 with characters below
  240.       DB    '300',0
  241.       JNC    OK300        ;go if got match
  242.       CALL    JMP$INLNCOMP
  243.       DB    '1200',0
  244.       JNC    OK1200
  245.       CALL    JMP$INLNCOMP
  246.       DB    '9600',0
  247.       JNC    OK9600
  248.       CALL    JMP$ILPRT    ;all matches failed, ask again
  249.       DB    '++ Incorrect entry ++',CR,LF,BELL,0
  250.       JMP    SETUPR        ;try again
  251. ;
  252. OK110:      MVI    A,0        ;mspeed 110 baud value
  253.       LHLD    BD110        ;get 110 baud parameters in 'HL'
  254.       JMP    LOADBD        ;go load them
  255. ;
  256. OK300:      MVI    A,1
  257.       LHLD    BD300
  258.       JMP    LOADBD
  259. ;
  260. OK1200:      MVI    A,5
  261.       LHLD    BD1200
  262.       JMP    LOADBD
  263. ;
  264. OK9600:      MVI    A,8
  265.       LHLD    BD9600
  266. ;
  267. LOADBD:      STA    INITMOD+1
  268.       MOV    A,L        ;get least significant baud rate byte
  269.       STA    INITMOD1+1    ;store in initmod1
  270.       JMP    INITMOD        ;reset n*hor hsio-4 port a
  271. ;.....
  272. ;
  273. ;
  274. ; TABLE OF BAUDRATE PARAMETERS FOR HSIO-4 BOARD I/O
  275. ;
  276. BD110:      DW    0007H
  277. BD300:      DW    0006H
  278. BD1200:      DW    0004H
  279. BD9600:      DW    0001H
  280. ;
  281. BAUDBUF:  DB    10,0
  282.       DS    10
  283. ;
  284. ;-----------------------------------------------------------------------
  285. ;
  286. ; THE FOLLOWING ROUTINE COULD BE USED TO DISPLAY SELECTIONS OF INTEREST
  287. ; TO OWNERS OF THIS COMPUTER.  IF USING THE HAYES SMARTMODEM THIS IS
  288. ; UNAVAILABLE WITHOUT A SPECIAL CHANGE.
  289. ;
  290. SPCLMENU: RET
  291. ;
  292. ;-----------------------------------------------------------------------
  293. ;
  294. ;
  295. ; NOTE:  MUST TERMINATE PRIOR TO 0400H (WITH SMARTMODEM)
  296. ;                 0C00H (WITHOUT SMARTMODEM)
  297. ;
  298.       END
  299. ;
  300. 110        ;get 110 baud parameters in 'HL'
  301.       JMP    LOADBD        ;go load them
  302. ;
  303. OK300:      MVI    A,1
  304.