home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / compiler / small_c / cb / sources / readme.doc < prev    next >
Encoding:
Text File  |  1985-09-15  |  1.5 KB  |  59 lines

  1.  
  2.  
  3.  
  4.                   ---------- MS/PC-DOS Notes ----------
  5.  
  6. - Prerequisites
  7.  
  8. These  programs  are  supplied  as  source  code for use with the Small-C
  9. compiler version 2.1.  You will also need a copy of the standard  8086/88
  10. assembler and the standard linker.
  11.  
  12. - Metacharacters
  13.  
  14. The  choice  of metacharacters for for beginning-of-line and end-of-line,
  15. the  grave  (`)  and  apostrophe  (')  respectively,  reported   in   the
  16. Small-Tools   User's   Manual   has   been   changed  for  the  MS/PC-DOS
  17. implementation.  When DOS encounters a grave (`) in a  command  line,  it
  18. breaks the line into separate commands; therefore, any command containing
  19. a text pattern with that character will be messed up by DOS.
  20.  
  21. This  implementation  uses  the quotation mark (") for beginning-of-line.
  22. As the manual points out this is recognized as a metacharacter only if it
  23. appears first in a text pattern.  If it must  be  taken  as  an  ordinary
  24. character in that position, then escape it with a colon (:).
  25.  
  26. If  you  prefer different metacharacter assignments, the UNIX assignments
  27. for instance, you may change the define  commands  in  the  file  TOOLS.H
  28. before you start compiling.
  29.  
  30. - ANSI.SYS
  31.  
  32. The  text  editor  EDT and the printer font selector FNT use the sequence
  33. ESC,[,2,J to clear the screen, so it is necessary to  invoke  the  screen
  34. driver ANSI.SYS  if  they  are going to be used.  This is done by placing
  35. the line "DEVICE=ANSI.SYS" in the file CONFIG.SYS.
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.