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

  1. PRODUCT : TURBO PASCAL     NUMBER : 314
  2. VERSION : 3.0xx
  3.      OS : PC-DOS
  4.    DATE : July 3, 1986
  5.  
  6.   TITLE : IBM CONVERTIBLE INSTALLATION
  7.  
  8. In  order  to  make  Turbo Pascal's display visible  on  the  IBM 
  9. Convertable, follow these steps:
  10.  
  11. Use  the DOS utility,  DEBUG,  to apply the following patch to  a 
  12. COPY  of your .COM file.   Copy DEBUG.COM into the directory  (or 
  13. onto  the diskette) where your working copy of .COM is  located. 
  14. At  the DOS prompt,  type the following information exactly as it 
  15. appears. (Conclude each line by pressing <Enter>.) 
  16.  
  17. Note:   1.   DEBUG is not sensitive to upper and lower case.  All              
  18. addresses  are  listed  in upper case  for  ease  of              
  19. readability.
  20.  
  21.         2.   While in DEBUG, the prompt appears as a dash (-).
  22.  
  23.         3.   If  you  do  not receive the  appropriate  response,              
  24. press  "q",  then  <Enter>,  to  quit.   Check  your              
  25. version numbers and, if correct, try again.
  26.  
  27.  
  28. 1.  Make  a working copy of your Turbo Pascal master on  the  IBM     
  29. Convertible's 3 1/2" diskette.
  30.  
  31. 2.  On  the  working copy run the program TINST and  install  the     
  32. screen for Black and White 80 X 25. Exit the TINST program.
  33.  
  34. 3.  Copy  the DOS program DEBUG.COM from your DOS disk onto  your     
  35. Turbo Pascal work disk.
  36.  
  37. 4.  While at the DOS prompt type the following: 
  38.  
  39. YOU TYPE                           THIS APPEARS
  40.  
  41. debug TURBO.COM                     -
  42. s 100 FFFE 07 07 70 0E 07          xxxx:yyyy
  43. eYYYY                              xxxx:yyyy  07.
  44. 70<Space>                          xxxx:yyyy 07.70 07  
  45. 70<Return>                         -
  46. w                                  writing zzzz bytes
  47. q                                  DOS Prompt
  48.  
  49.