home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / PROG / PASCAL / MISCTI10.ZIP / TI256.ASC < prev    next >
Encoding:
Text File  |  1988-04-18  |  1.9 KB  |  81 lines

  1. PRODUCT : TURBO PASCAL WITH BCD SUPPORT     NUMBER : 256
  2. VERSION : 3.01
  3.      OS : MS-DOS, PC-DOS, CP/M-86
  4.    DATE : January  22, 1986
  5.  
  6.   TITLE : PATCH - SANYO, FOR USING IBM PC TURBO PASCAL EDITOR
  7.  
  8. In order to use the Turbo Pascal editor on a Sanyo Computer,  you 
  9. must  first make the following patch to a copy of  the  TURBO.COM 
  10. file.  Use the DOS utility, DEBUG, to make this patch.
  11.  
  12. Copy TURBO.COM and DEBUG.COM onto a new disk.   Then,  use a word 
  13. processor  in a NON-Document mode,  or any other text editor,  to 
  14. create  a file called INPUTF.   Enter the  following  information 
  15. into the file exactly as shown. Do not enter any blank lines into 
  16. the file except where shown:
  17.  
  18.  
  19. A5191
  20.         JZ   513A
  21.                                    
  22. A5197
  23.         PUSH BX
  24.         MOV  AH,3
  25.         XOR  BH,BH
  26.         PUSH CX
  27.         INT  10
  28.         POP  CX
  29.         PUSH DX
  30.         MOV  AX,BP
  31.         SHR  AX,1
  32.         MOV  DL,50
  33.         DIV  DL
  34.         XCHG AL,AH
  35.         MOV  DX,AX
  36.         MOV  SI,4EE
  37.         JMP  12D
  38.  
  39. A12D
  40.         PUSH DX
  41.         PUSH SI
  42.         MOV  AH,2
  43.         INT  10
  44.  
  45. Continue from page one WITHOUT a blank line:
  46.  
  47.         POP  SI
  48.         LODSW
  49.         PUSH SI
  50.         MOV  BL,AH
  51.         MOV  AH,9
  52.         PUSH CX
  53.         MOV  CX,1
  54.         INT  10
  55.         POP  CX
  56.         POP  SI
  57.         POP  DX
  58.         INC  DL
  59.         LOOP 12D
  60.         POP  DX
  61.         MOV  AH,2
  62.         INT  10
  63.         POP  BX
  64.         RET
  65.  
  66. N TURBOS.COM
  67. W
  68. Q
  69.  
  70.  
  71. Now copy this file onto the disk on which you copied Turbo Pascal 
  72. and DEBUG.COM.  Then, at the DOS command line type:
  73.  
  74. A>DEBUG TURBO.COM<INPUTF
  75.  
  76. Allow  the  screen  to  display the debug  actions  it  is  going 
  77. through,  without interruption.   When the operation is finished, 
  78. there  should be a file called Turbos.Com on the disk,  which  is 
  79. the new Sanyo compatible Turbo Pascal.
  80.  
  81.