home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / mex / mxo-md11.aqm / MXO-MD11.ASM
Encoding:
Assembly Source File  |  1985-08-06  |  15.6 KB  |  469 lines

  1. ; MXO-MD11.ASM - Morrow Micro Decision overlay file for MEX10.  05/15/84
  2. ;
  3. ; You will want to look this file over carefully. There are a number of
  4. ; options that you can use to configure the program to suit your taste.
  5. ; This file adapts the Morrow Micro Decision computer to the mex pro-
  6. ; gram.  While this computer has two serial ports, one is used for the
  7. ; CRT/keyboard and the other for the printer.
  8. ; Connect the modem in place of the printer.
  9. ;
  10. ;NOTE: This version MXO-MD11 is updated for the Morrow MD-3A
  11. ;which has a parallel printer port.  If the parallel port is used
  12. ;for the printer, no printer changes are necessary.  ALSO the
  13. ;address in the CONOUT: routine has been corrected.  Use version
  14. ;-MD10 if your unit is not an MD-3A with the parallel printer port
  15. ;
  16. ;
  17.  ; Edit this file for your preferences then follow the "TO USE:" example
  18. ; shown below.
  19. ;
  20. ; Use the "SET" command to change the baudrate when desired.  It starts
  21. ; out at 300 baud when the program is first called up.
  22. ;
  23. ; =   =   =   =   =   =   =   =   =   =   =   =   =   =   =   =   =   =
  24. ;
  25. ; 05/15/84 - Converted from MDM7xx to MEX10     - Sandy Berger
  26. ; 03/25/84 - Revised for use with MDM730        - Sandy Berger
  27. ; 11/11/83 - Renamed to M7MD-1.ASM, no changes    - Irv Hoff
  28. ; 07/21/83 - Renamed for use with MDM712    - Irv Hoff
  29. ; 07/01/83 - Revised for use with MDM711    - Irv Hoff
  30. ; 06/22/83 - Revised for use with MDM710    - Irv Hoff
  31. ; 06/22/83 - Altered MDM708DP for Morrow
  32. ;         Micro Decision computers using
  33. ;         an external modem            - Irv Hoff
  34. ; 05/28/84 - Altered for model MD-3A            - Alan Bierbaum
  35. ;
  36. ; =   =   =   =   =   =   =   =   =   =   =   =   =   =   =   =   =   =
  37. ;
  38. BELL:        EQU    07H        ;bell
  39. CR:        EQU    0DH        ;carriage return
  40. ESC:        EQU    1BH        ;escape
  41. LF:        EQU    0AH        ;linefeed
  42. ;
  43. YES:        EQU    0FFH
  44. NO:        EQU    0
  45. ;
  46. ; Set to NO if using an MD2
  47. MD3:        EQU    YES
  48. ;
  49. PORT:        EQU    0FEH        ;Morrow MD printer port
  50. MODCTL1:    EQU    PORT+1        ;Modem status port
  51. MODDATP:    EQU    PORT        ;Modem data port
  52. MODCTL2:    EQU    PORT+1        ;Modem control port
  53. MODRCVB:    EQU    02H        ;Modem receive bit
  54. MODRCVR:    EQU    02H        ;Modem receive ready
  55. MODSNDB:    EQU    01H        ;Modem send bit
  56. MODSNDR:    EQU    01H        ;Modem send ready bit
  57. ;
  58. ; MEX service processor stuff
  59. ;
  60. INMDM    EQU    255        ;get char from port to A, CY=no more in 100 ms
  61. TIMER    EQU    254        ;delay 100ms * reg B
  62. TMDINP    EQU    253        ;B=# secs to wait for char, cy=no char
  63. CHEKCC    EQU    252        ;check for ^C from KBD, Z=present
  64. SNDRDY    EQU    251        ;test for modem-send ready
  65. RCVRDY    EQU    250        ;test for modem-receive ready
  66. SNDCHR    EQU    249        ;send a character to the modem (after sndrdy)
  67. RCVCHR    EQU    248        ;recv a char from modem (after rcvrdy)
  68. LOOKUP    EQU    247        ;table search: see CMDTBL comments for info
  69. PARSFN    EQU    246        ;parse filename from input stream
  70. BDPARS    EQU    245        ;parse baud-rate from input stream
  71. SBLANK    EQU    244        ;scan input stream to next non-blank
  72. EVALA    EQU    243        ;evaluate numeric from input stream
  73. LKAHED    EQU    242        ;get nxt char w/o removing from input
  74. GNC    EQU    241        ;get char from input, cy=1 if none
  75. ILP    EQU    240        ;inline print
  76. DECOUT    EQU    239        ;decimal output
  77. PRBAUD    EQU    238        ;print baud rate
  78. ;
  79.         ORG    100H
  80. ;
  81.         DS    3    ;(for  "JMP   START" instruction)
  82. ;
  83. PMMIMODEM:    DB    NO    ;yes=PMMI S-100 Modem            103H
  84. SMARTMODEM:    DB    YES    ;yes=HAYES Smartmodem, no=non-PMMI    104H
  85. TOUCHPULSE:    DB    'T'    ;T=Touch, P=Pulse (Smartmodem-only)    105H
  86. CLOCK:        DB    40    ;clock speed in MHz x10, 25.5 MHz max.    106H
  87.                 ;20=2 MHh, 37=3.68 MHz, 40=4 MHz, etc.
  88. MSPEED:        DB    5    ;0=110 1=300 2=450 3=600 4=710 5=1200    107H
  89.                 ;6=2400 7=4800 8=9600 9=19200 default
  90. BYTDLY:        DB    5    ;0=0 delay  1=10ms  5=50 ms - 9=90 ms    108H
  91.                 ;default time to send character in ter-
  92.                 ;minal mode file transfer for slow BBS.
  93. CRDLY:        DB    5    ;0=0 delay 1=100 ms 5=500 ms - 9=900 ms 109H
  94.                 ;default time for extra wait after CRLF
  95.                 ;in terminal mode file transfer
  96. NOOFCOL:    DB    5    ;number of DIR columns shown        10AH
  97. SETUPTST:    DB    YES    ;yes=user-added Setup routine        10BH
  98. SCRNTEST:    DB    YES    ;Cursor control routine         10CH
  99. RETRY:        DB    YES    ;yes=ask user to reset error count    10DH
  100.                 ;after 10 consecutive errors
  101.                 ;no=abort after 10 consecutive errors
  102. BAKUPBYTE:    DB    NO    ;yes=change any file same name to .BAK    10EH
  103. CRCDFLT:    DB    YES    ;yes=default to CRC checking        10FH
  104. TOGGLECRC:    DB    YES    ;yes=allow toggling of CRC to Checksum    110H
  105. CONVRUB:    DB    NO    ;yes=convert rub to backspace        111H
  106. TOGGLERUB:    DB    YES    ;yes=allow toggling of rub to bksp    112H
  107. ADDLF:        DB    NO    ;no=no LF after CR to send file in    113H
  108.                 ;terminal mode (added by remote echo)
  109. TOGGLELF:    DB    YES    ;yes=allow toggling of LF after CR    114H
  110. TRANLOGON:    DB    YES    ;yes=allow transmission of logon    115H
  111.                 ;write logon sequence at location LOGON
  112. SAVCCP:        DB    YES    ;yes=do not overwrite CCP        116H
  113. LOCONEXTCHR:    DB    YES    ;yes=local command if EXTCHR precedes    117H
  114.                 ;no=external command if EXTCHR precedes
  115. TOGGLELOC:    DB    YES    ;yes=allow toggling of LOCONEXTCHR    118H
  116. LSTTST:        DB    YES    ;no=using modem on printer port        119H
  117. XOFFTST:    DB    YES    ;yes=checks for XOFF from remote while    11AH
  118.                 ;sending a file in terminal mode
  119. XONWAIT:    DB    NO    ;yes=wait for XON after CR while    11BH
  120.                 ;sending a file in terminal mode
  121. TOGXOFF:    DB    YES    ;yes=allow toggling of XOFF checking    11CH
  122. IGNORCTL:    DB    NO    ;yes=CTL-chars above ^M not displayed    11DH
  123. EXTRA1:        DB    0    ;for future expansion            11EH
  124. EXTRA2:        DB    0    ;for future expansion            11FH
  125. BRKCHR:        DB    '\'-40H    ;^\ = Send 50 ms. break tone        120H
  126. NOCONNCT:    DB    'N'-40H    ;^N = Disconnect from phone line    121H
  127. LOGCHR:        DB    'L'-40H    ;^L = Send logon            122H
  128. LSTCHR:        DB    'P'-40H    ;^P = Toggle printer            123H
  129. UNSAVE:        DB    'R'-40H    ;^R = Close input text buffer        124H
  130. TRANCHR:    DB    'T'-40H ;^T = Transmit file to remote        125H
  131. SAVECHR:    DB    'Y'-40H    ;^Y = Open input text buffer        126H
  132. EXTCHR:        DB    ']'-40H    ;^] = Send next character        127H
  133. ;
  134. ;
  135.         DS    2        ;                128H
  136. ;
  137. IN$MODCTL1:    IN    MODCTL1 ! RET    ;in modem control port        12AH
  138.         DS    7
  139. OUT$MODDATP:    OUT    MODDATP ! RET    ;out modem data port        134H
  140.         DS    7
  141. IN$MODDATP:    IN    MODDATP ! RET    ;in modem data port        13EH
  142.         DS    7
  143. ANI$MODRCVB:    ANI    MODRCVB ! RET    ;bit to test for receive ready
  144. CPI$MODRCVR:    CPI    MODRCVR ! RET    ;value of receive bit when ready
  145. ANI$MODSNDB:    ANI    MODSNDB ! RET    ;bit to test for send ready
  146. CPI$MODSNDR:    CPI    MODSNDR ! RET    ;value of send bit when ready
  147.         DS    12
  148. ;
  149. LOGONPTR:    DW    LOGON        ;for user message.        160H
  150.         DS    3        ;                162H
  151. JMP$DISCONNT:    JMP    GOODBYE        ;                165H
  152. JMP$GOODBYE:    RET ! NOP ! NOP        ;                168H
  153. JMP$INITMOD:    JMP    INITMOD        ;go to user written routine    16BH
  154. JMP$NEWBAUD:    JMP    NEWBAUD        ;sets baud rate associated with#16EH
  155.         RET  !    NOP  !    NOP    ;(by-passes PMMI routine)    171H
  156.         RET  !    NOP  !    NOP    ;(by-passes PMMI routine)    174H
  157. JMP$SETUPR:    JMP    SETUPR        ;                177H
  158. JMP$SPCLMENU:    JMP    SPCLMENU    ;                17AH
  159. JMP$SYSVER:    JMP    SYSVER        ;                17DH
  160. JMP$BREAK:    JMP    SENDBRK        ;                180H
  161. ;
  162. ;
  163. ; Do not change the following six lines.
  164. ;
  165. JMP$ILPRT:    DS    3        ;                183H
  166. JMP$INBUF    DS    3        ;                186H
  167. JMP$INLNCOMP:    DS    3        ;                189H
  168. JMP$INMODEM    DS    3        ;                18CH
  169. JMP$NXTSCRN:    DS    3        ;                18FH
  170. JMP$TIMER:    DS    3        ;                192H
  171. ;
  172. ; Clear sequences -- CLREOS is clear to end of screen, CLRSCRN is clear
  173. ; entire screen.  Last entry must be 0.  Any other 0's act as NOP's.
  174. ; The SCRNTST option must be set "YES" for these to work.  These are now
  175. ; set for the DEC VT100 terminal.
  176. ;
  177. CLREOS:        MVI    C,ILP
  178.         CALL    MEX
  179.         DB    ESC,'[J',0
  180.         RET
  181. ;
  182. CLRSCRN:    MVI    C,ILP
  183.         CALL    MEX
  184.         DB    ESC,'[H',ESC,'[J',0
  185.         RET
  186. ;
  187. ;
  188. SYSVER:        MVI    C,ILP
  189.         CALL    MEX
  190.         DB    'Version for Morrow Micro Decision computers'
  191.         DB    CR,LF,0
  192.         RET
  193. ;.....
  194. ;
  195. ;
  196. ;-----------------------------------------------------------------------
  197. ;
  198. ; NOTE:  You can change the SYSVER message to be longer or shorter.  The
  199. ;     end of your last routine should terminate by 0B00H if using the
  200. ;    Hayes Smartmodem or by address 0D00H otherwise.
  201. ;
  202. ;-----------------------------------------------------------------------
  203. ;
  204. ;
  205. LOGON:      DB    'LOGON GOES HERE',cr,0
  206. ;.....
  207. ;
  208. ;
  209. ;=======================================================================
  210. ;
  211. ; This routine allows a 300 ms. break tone to be sent to reset some
  212. ; time-share computer.
  213. ;
  214. SENDBRK:  MVI    A,1FH        ;SEND BREAK TONE
  215.       JMP    GOODBYE1
  216. ;...
  217. ;
  218. ;
  219. ; This routine sends a 300 ms. break tone and sets DTR low for the same
  220. ; length of time to disconnect some modems such as the Bell 212A, etc.
  221. ;
  222. GOODBYE:  MVI    A,15H        ;SEND BREAK, TURN OFF DTR
  223. ;
  224. GOODBYE1: OUT    MODCTL1        ;SEND TO STATUS PORT
  225.       MVI    B,3        ;WAIT 300 MS.
  226.       MVI    C,TIMER
  227.       CALL    MEX
  228.       MVI    A,07H        ;NORMAL SEND/RECEIVE WITH DTR
  229.       OUT    MODCTL1        ;SEND TO STATUS PORT
  230.       RET
  231. ;.....
  232. ;
  233. ;
  234. ; Morrow MD  initialization -- sets the 8251A for 8 bits, 1 stop pulse,
  235. ; DTR high, requires dip switches be set internally to 1200 baud then
  236. ; divides by 64 for 300, or by 16 for 1200 baud via "SET" command.  Set
  237. ; at present to default to 1200 baud. The switch settings are only meaningful
  238. ; for the MD2 computer. This overlay has MD3 code to set the CTC timer chip
  239. ; to 1200 baud. MD2 users should change the MD3 equate near the front.
  240. ;
  241. INITMOD:  MVI    A,1        ;TRANSFER TIME FOR 300 BAUD
  242.       STA    MSPEED    
  243.       MVI    A,087H        ;INSURE OUT OF MODE
  244.       OUT    MODCTL1        ;MODEM STATUS PORT
  245.       OUT    MODCTL1        ;SLIGHT EXTRA DELAY
  246.       MVI    A,40H        ;INITIALIZE USART
  247.       OUT    MODCTL1        ;MODEM STATUS PORT
  248. ;
  249. INITMOD1: MVI    A,4FH        ;DEFAULT TO DIVIDE BY 64 FOR 300 BAUD
  250.       OUT    MODCTL1        ;MODEM STATUS PORT
  251.       MVI    A,17H        ;DTR, RCV, XMT, ERROR RESET
  252.       OUT    MODCTL1        ;MODEM STATUS PORT
  253.       IN    PORT        ;CLEAR DATA PORT
  254. ;
  255. ; This is the beginning of the MD3 specific code.
  256. ;
  257.       IF    MD3
  258.       MVI    A,0BEH
  259.       OUT    0F3H
  260.       LXI    D,104
  261.       MOV    A,E
  262.       OUT    0F2H
  263.       MOV    A,D
  264.       OUT    0F2H
  265.       ENDIF
  266. ;
  267. ; End of MD3 specific code.
  268. ;
  269.       RET
  270. ;.....
  271. ;
  272. ;
  273. SETUPR:      MVI    C,SBLANK    ;ANY ARGUMENTS?
  274.       CALL    MEX
  275.       JC    TELL        ;IF NOT, GO DISPLAY BAUD
  276.       LXI    D,CMDTBL
  277.       MVI    C,LOOKUP
  278.       CALL    MEX        ;PARSE ARGUMENT
  279.       PUSH    H        ;SAVE ANY PARSED ARGUMENT ADRS ON STACK
  280.       RNC            ;IF WE HAVE ONE, RETURN TO IT
  281.       POP    H        ;OOPS, INPUT NOT FOUND IN TABLE
  282.       MVI    C,ILP
  283.       CALL    MEX        ;TELL USER INPUT NOT VALID
  284.       DB    CR,LF,'Only 300 or 1200 allowed on SET command',CR,LF,0
  285.       RET
  286. ;
  287. CMDTBL:      DB    '30','0'+80H
  288.       DW    OK300
  289.       DB    '120','0'+80H
  290.       DW    OK1200
  291.       DB    0
  292. ;
  293. TELL:      MVI    C,ILP
  294.       CALL    MEX        ;PRINT CURRENT BAUD RATE
  295.       DB    CR,LF,'Baud rate is now: ',0
  296.       LDA    MSPEED
  297.       MVI    C,PRBAUD
  298.       CALL    MEX
  299.       RET
  300. ;
  301. OK300:      MVI    A,1        ;MSPEED 300 BAUD VALUE
  302.       MVI    B,4FH        ;DIVIDE BY 64 FOR 300 BAUD
  303.       JMP    LOADBD        ;GO LOAD THEM
  304. ;
  305. OK1200:      MVI    A,5
  306.       MVI    B,4EH        ;DIVIDE BY 16 FOR 1200 BAUD
  307. ;
  308. ;
  309. LOADBD:      STA    INITMOD+1    ;CHANGE TIME-TO-SEND TO MATCH BAUDRATE
  310.       MOV    A,B        ;GET BAUDRATE BYTE
  311.       STA    INITMOD1+1    ;STORE IN INITMOD
  312.       JMP    INITMOD        ;REINITIALIZE TO NEW BAUDRATE, THEN DONE
  313. ;
  314. ;
  315. BAUDBUF:  DB    10,0
  316.       DS    10
  317. ;
  318. NEWBAUD:  CPI    1
  319.       JZ    OK300
  320.       CPI    5
  321.       JZ    OK1200
  322.       RET
  323. ;.....
  324. ;
  325. ;
  326. ;           (END OF INITMOD AND SETUP ROUTINES)
  327. ;=======================================================================
  328. ;        
  329. ;
  330. ; These routines can be used for your equipment, be sure to end with RET
  331. ;
  332. SPCLMENU: RET
  333. ;        
  334. ;
  335. ; Special MEX code for Morrow BIOS to not trap certain escape sequences
  336. ;
  337. ; Following line must be BIOS address of CONOUT.
  338. CONOUT:    EQU    0F394H
  339. ;
  340. ; The address of the following line must be substituted at location
  341. ; OUTVEC for certain terminals to work properly with
  342. ; certain hosts. If you replace the address then all control
  343. ; codes sent to the terminal will have their high order bit set so that
  344. ; the MORROW will send them through properly and not trap them.
  345. ;
  346. SLBTYP:    MOV    A,C
  347.     CPI    20H
  348.     JP    SLBT2
  349.     ORI    80H
  350. SLBT2:    MOV    C,A
  351.     JMP    CONOUT
  352. ;=======================================================================
  353. ;
  354. ;
  355. ; NOTE:  MUST TERMINATE PRIOR TO 0B00H (with Smartmodem)
  356. ;                 0D00H (without Smartmodem).
  357. ;
  358. ;
  359. ; This is the patch file for MEX 1.0 -- you may edit this file to change
  360. ; various initial variables.
  361. ;
  362. ; The order of the patch variables supported here will not change from
  363. ; version to version (i.e., new items will be added on to the end).
  364. ;
  365. ;
  366.     ORG    0D00H        ;location of patch variables
  367. ;
  368. ;
  369. ; The following line defines the MEX service call entry point, and
  370. ; is not meant to be changed by the user
  371. ;
  372. MEX:    DS    3        ;MEX service call processor
  373.     DS    3        ;reserved
  374.     DS    1        ;reserved
  375. ;
  376. ; The following line contains the initial free-memory pointer for
  377. ; MEX.  Sophisticated modem overlays requiring additional space may change
  378. ; this pointer (ie, move it higher), and thus "protect" an area of RAM.
  379. ;
  380. MEMRY:    DS    2        ;first free memory pointer
  381. ;
  382. ; Following are the lowest-level vectors for console and list I/O used
  383. ; by MEX.  These normally point to routines that save the registers and
  384. ; vector to the appropriate BIOS routines.  Complex applications may
  385. ; need to intercept (or even replace) these routines.  If you do this,
  386. ; be sure to preserve DE, HL and BC.
  387. ;
  388. STSVEC:    DS    2        ;console status vector
  389. INVEC:    DS    2        ;console input vector
  390. OUTVEC:    DW    SLBTYP        ;console output vector
  391. LVEC:    DS    2        ;list output vector
  392. LSTVEC:    DS    2        ;list status vector
  393. ;
  394. ; The following line defines the location of the default MEX prompt.
  395. ; If you'd like to provide your own initial prompt, add a DW statement
  396. ; pointing to a prompt buffer structured as follows:
  397. ;
  398. ;        DB <max size of buffer>
  399. ;        DB <length of actual prompt>
  400. ;        DB <prompt string>
  401. ;
  402. ; <maxsize> and <length> may be equal (especially if you disable the
  403. ; ID command by setting CHGPMT, below to 0); the ID command will, if
  404. ; left enabled, be limited to the <max size> value.
  405. ;
  406. PROMPT:    DS    2        ;prompt location
  407.     DS    1        ;reserved
  408. TYPLIN:    DB    22        ;for TYPE command: # lines/screen
  409. PAUSFL:    DB    1        ;for TYPE cmd: 1=pause 0=no pause
  410. SEPCHR:    DB    ';'        ;multiple command-line separator
  411. ;
  412. ; following five for SENDOUT command
  413. ;
  414. SOWAIT:    DB    4        ;# seconds waiting for a sendout echo
  415. SOREPL:    DB    8        ;# seconds waiting for initial reply
  416. SOTRIG:    DB    '>'        ;sendout trigger char from remote
  417. CANCHR:    DB    'U'-64        ;sendout char to cancel line to remote
  418. SORTRY:    DB    6        ;sendout # retries
  419. ;
  420. ;
  421. HEXFLG:    DB    0        ;hex/decimal mode
  422. ESCCHR:    DB    0AH        ;terminal mode escape char (0AH = linefeed)
  423. NOBELL:    DB    0        ;set to 1 to disable bell
  424. ;
  425. ; Buffer variables.  See BUFFERS.DOC for setup information
  426. ;
  427. PSIZE:    DB    2        ;default=2k
  428. ASIZE:    DB    255        ;"big" capture buffer
  429. XSIZE:    DB    16        ;16K transfer buffer
  430. NSIZE:    DB    1        ;1k for 85 batch files
  431. PRELEN:    DB    40        ;maximum length of PREFIX string
  432. SUFLEN:    DB    40        ;maximum length of SUFFIX string
  433. ;
  434. ; Misc. stuff
  435. ;
  436. CDOSFL:    DB    0        ;non-zero for CDOS
  437. WTECHO:    DB    0        ;non-zero sets "wait-for-echo"
  438. KYSIZE:    DW    400        ;size of keystring area, in bytes
  439. CISFLG:    DB    1        ;non-zero allows CIS file transfers
  440. CISOK:    DB    1        ;non zero allows STAT CIS ON or OFF
  441. CHGPMT:    DB    1        ;non-zero allows ID (prompt chg) command
  442. ERRID:    DB    1        ;non-zero prints ID msg in err msgs
  443. ;
  444. ; by setting the following DB to 0, you can disable the HELP
  445. ; command, freeing up space used by the help file index.
  446. ;
  447. HELPOK:    DB    1        ;non-zero allows HELP command
  448. MEXDU:    DB    0        ;user \/  alternate area for READ,LOAD,INI.MEX
  449.     DB    0        ;drive/\  & HELP.MEX (if SEARCH <>0)
  450. DEBUG:    DB    0        ;debugging in term-mode if non-zero
  451. EXCLSY:    DB    1        ;non-0 excludes $SYS from batchsend, dir
  452. INIMEX:    DB    1        ;non-zero runs INI.MEX (if present) at startup
  453. RTIMER:    DB    1        ;receiver wait: # seconds [Plouff patch]
  454. PQSIZE:    DW    150        ;size of the modem-port queue
  455. PHSIZE:    DB    30        ;phone library size (# entries)
  456. SILENT:    DB    0FFH        ;0=silence multi-line & READ cmd echo
  457. ALERT:    DB    255        ;alert-bell count on CALL complete
  458. EXTEND:    DB    0        ;non-zero: unknown commands goto READ processor
  459. SPLIT:    DB    0        ;non-zero: splits phonelib printout, shows baud
  460. SEARCH:    DB    0        ;search mode 0,1,2,3
  461. ;
  462. ; Following is the GLOBAL secondary options table.  To
  463. ; set an option to global, change its ASCII character to a 0.
  464. ;
  465. RESTT:    DB    'BDLQRSTVX'
  466. ;
  467. ;
  468.     END
  469.