home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / CPROG / CASM1.ZIP / CASM1.LBR / READ.ME < prev    next >
Text File  |  1989-03-19  |  1KB  |  28 lines

  1.         Computer Language, Vol 2, No. 2 (February, 1985), published "C to
  2. Assembly Interface", by Brian H. Burger, on pages 49-59.  Listings 1 and 2 of
  3. that article each included a batch of garbage at their start.  File CASM.LBR
  4. dutifully copied these listings exactly under the titles CASM.1 and CASM.2.  In
  5. addition, it copied Listing 3 into CASM.3 and modified Listing 2 into CASM.4 to
  6. demonstrate listing 3.
  7.  
  8.      The article contains two display interfaces for Lattice C.  I have
  9. retitled the files to reflect the names of the programs, and I have added .OBJ
  10. files for them.  The original test programs contained quite good #defines and
  11. macros to use these programs.  I have broken them into include files DSPIO.H
  12. and DISPIO.H and test files TDSPIO.C and TDISPIO.C.
  13.  
  14.         DSPIO is a simpler and smaller.  DISPIO is faster and has a cleaner
  15. interface for setting the cursor position.
  16.   
  17.   DSPIO    ASM    Listing 1
  18.   DSPIO    OBJ    Listing 1
  19.   DSPIO    H      Listing 2
  20.   TDSPIO   C      Listing 2
  21.   DISPIO   ASM    Listing 3
  22.   DISPIO   OBJ    Listing 3
  23.   DISPIO   H      Listing 4
  24.   TDISPIO  C      Listing 4
  25.   READ     ME     This file
  26.  
  27.   
  28.