home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource4 / 219_01 / read.me2 < prev    next >
Text File  |  1989-01-13  |  4KB  |  94 lines

  1. /*
  2.     HEADER:        CUG219;
  3.     TITLE:        More Cross-Assemblers (Portable);
  4.     FILENAME:    READ.ME2;
  5.     VERSION:    0.0;
  6.     DATE:        04/11/1987;
  7.  
  8.     DESCRIPTION:    "This is the general introduction file for the 6502,
  9.             65C02, and 8048 cross-assemblers.  Each assembler is
  10.             explained in detail in its header file.";
  11.  
  12.     SEE-ALSO:    6502 Cross-Assembler (Portable),
  13.             65C02 Cross-Assembler (Portable),
  14.             8048 Cross-Assembler (Portable);
  15.  
  16.     AUTHORS:    William C. Colley III;
  17. */
  18.  
  19.      What's on this disk?  It goes like this:
  20.  
  21.     READ.ME2    This notice.
  22.  
  23.     A65.DOC        The manual for the 6502 and 65C02 cross-assemblers.
  24.             This file can be printed with the following command
  25.             line under CP/M-80:
  26.  
  27.                 A>pip lst:=a65.doc[t8]
  28.  
  29.     A65.H        The source files for the 6502 cross-assembler.  The
  30.     A65.C        file A65.H also contains compile, assemble, and link
  31.     A65EVAL.C    instructions for all compilers that I have used with
  32.     A65UTIL.C    the package or that users have told me how to use with
  33.             the package.
  34.  
  35.     TEST65.ASM    The entire instruction set of the 6502 CPU to use in
  36.             testing the 6502 cross-assembler.
  37.  
  38.     A65C.H        The source files for the 65C02 cross-assembler.  The
  39.     A65C.C        file A65C.H also contains compile, assemble, and link
  40.     A65CEVAL.C    instructions for all compilers that I have used with
  41.     A65CUTIL.C    the package or that users have told me how to use with
  42.             the package.
  43.  
  44.     TEST65C.ASM    The entire instruction set of the 65C02 processor to
  45.             use in testing the 65C02 cross-assembler.
  46.  
  47.     A48.DOC        The manual for the 8048 cross-assembler.  This file
  48.             can be printed with the following command line under
  49.             CP/M-80:
  50.  
  51.                 A>pip lst:=a48.doc[t8]
  52.  
  53.     A48.H        The source files for the 8048 cross-assembler.  The
  54.     A48.C        file A48.H also contains compile, assemble, and link
  55.     A48EVAL.C    instructions for all compilers that I have used with
  56.     A48UTIL.C    the package or that users have told me how to use with
  57.             the package.
  58.  
  59.     TEST48.ASM    The entire instruction set of the 8048 processor to
  60.             use in testing the 8048 cross-assembler.
  61.  
  62.      I not only wrote these pieces of software originally and rewrote them in
  63. "portable" C for all of you UNIX and IBM-PC users out there, but I am also the
  64. librarian for the disk, and as such, I am responsible for maintaining the
  65. packages.  I can only do this with YOUR help.  During the re-write, I noticed a
  66. few bugs in the BDS C versions.  These were never reported to me by any of you
  67. users, so I never knew to fix them.  PLEASE report bugs to me promptly so that
  68. I can get them fixed.  I am only a letter or a phone call away.
  69.  
  70.      The lists of compile, assemble, and link instructions for the packages are
  71. limited by my personal experience if YOU do not contribute.  In particular, I
  72. have no access to an AT&T UNIX system (only clones of BSD 4.2 UNIX) nor to
  73. IBM-PC C compilers other than Eco-C88, Microsoft C 3.0, and DeSmet C.  I need
  74. YOU to tell me how to use the package with these systems and others.
  75.  
  76.      Once the first cross-assembler (the 6801 package) is written, adapting it
  77. to other 8-bit or 4-bit processors (like the 1805A) is easy.  In fact, I once
  78. adapted one of the BDS C versions to a 12-bit processor (the PIC1650).  It only
  79. takes a couple of evenings for me to do it. What processors should be next, if
  80. any?  Get your votes in, either to me or to the Users' Group.  Otherwise, the
  81. selection of cross-assemblers will reflect only my needs, which at the moment
  82. are taking off in a bizarre direction.
  83.  
  84.      Having the author double as the librarian allows this disk to be a living,
  85. growing entity, but its growth will be stunted by my lack of resources if YOU
  86. do not contribute your share.  Speak up, for everybody's sake!
  87.  
  88.                         William C. Colley, III
  89.                         14 Hawthorne Drive
  90.                         Oberlin, OH 44074
  91.  
  92.                         ph (216)288-1122 x469 (day)
  93.                            (216)775-3680      (nite)
  94.