home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0010 - 0019 / ibm0010-0019 / ibm0010.tar / ibm0010 / QC25-10.ZIP / SAMPLES / QASAMPLE.DO$ / QASAMPLE.bin
Encoding:
Text File  |  1990-03-02  |  2.3 KB  |  53 lines

  1.                    QASAMPLE.DOC File
  2.  
  3.                      QuickAssembler Compiler, Version 2.51
  4.  
  5.  
  6. ===========================< Samples List >================================
  7.  
  8. In addition to examples in the Quick Advisor, the following
  9. sample programs are provided with QuickAssembler. The main
  10. program files (FILEDEMO.C, MATHDEMO.C and MISCDEMO.ASM) contain
  11. calls to routines in the support modules (FILE.ASM, MATH.ASM,
  12. MISC.ASM, and COMMON.ASM).
  13.  
  14.      Files              Description
  15.      -----              -----------
  16.  
  17.      FILEDEMO.MAK       FILEDEMO illustrates DOS functions related to
  18.      FILEDEMO.C         file handling. It also illustrates many general
  19.      FILE.ASM           instructions and directives. Most of the procedures
  20.             in FILE.ASM are also included in on-line help.
  21.  
  22.      MATHDEMO.MAK    MATHDEMO creates a simple calculator. It primarily
  23.      MATHDEMO.C     illustrates instructions related to numeric
  24.      MATH.ASM           calculations. Many general instructions and
  25.                         directives are also illustrated. Most of the
  26.                         procedures in MATH.ASM are also included in
  27.             on-line help.
  28.  
  29.      MISCDEMO.MAK       MISCDEMO illustrates miscellaneous instructions,
  30.      MISCDEMO.ASM       directives, DOS functions, and BIOS functions.
  31.      MISC.ASM           Most of the procedures in MISC.ASM are also
  32.             included in on-line help.
  33.  
  34.      COMMON.ASM     This is an assembly-language module containing
  35.             assembly procedures used by FILEDEMO, MATHDEMO, and
  36.                         MISCDEMO. The procedures in it are also
  37.             included in on-line help.
  38.  
  39.      DEMO.INC        These are include files used by the assembly and
  40.      DEMO.H        C modules. DEMO.H is included by all C modules;
  41.             DEMO.INC is included by all the assembly-language
  42.             modules. The constants and structures are
  43.             equivalent in both files. DEMO.INC also has
  44.             assembly language macros that are duplicated in
  45.             the on-line help.
  46.  
  47. The sample programs can be used in connection with on-line help. When
  48. you examine a help topic that has an example procedure, macro, or data
  49. structure, you may also wish to see the example used in context in an
  50. example program. You can load the appropriate sample program and search
  51. for instances of the help topic. You may also wish to trace through
  52. samples to see step-by-step execution of sample code.
  53.