home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d157 / ecpm.lha / ECPM / assemble.doc < prev    next >
Text File  |  1988-10-02  |  2KB  |  52 lines

  1.  
  2.   The command file named 'alecpm' is used to assemble and link the CP/M
  3. emulator.  The command file named 'alecpmt' is used to assemble and link a
  4. version of the emulator that is capable of tracing individual instructions.
  5.  
  6.   Both of these command files assume that you already have a copy of the
  7. following three files:
  8.     1. A68k      - macro assembler by Charlie Gibbs
  9.     2. Blink     - linker by the Software Distillery
  10.     3. Small.lib - pint sized version of amiga.lib
  11.  
  12.   All of the above files are available on Fred Fish disks.  The numbers are
  13. as follows:
  14.  
  15.     Name         FF disk number
  16.     ----         --------------
  17.     A68k              110
  18.     Blink              40
  19.     Small.lib          92
  20.  
  21.   The above files are also available for downloading from the KMMM Pascal
  22. BBS.  Your local Amiga BBS may also have them.
  23.  
  24.   The command file 'alecpm' expects a single digit parameter.  For example,
  25. to create a new version of the emulator after altering part 1 of the
  26. assembly language source file, you would enter the CLI command
  27. 'EXECUTE ALECPM 1'.  Enter 'EXECUTE ALECPM 2' after altering part 2 of the
  28. source.  Before running either variant of the above commnads for the first
  29. time, enter 'a68k ecpm1.asm' and 'a68k ecpm2.asm' to be sure that both
  30. object files needed by the link step are present.
  31.  
  32.   The command file 'alecpm' also includes a step to delete the tracing
  33. version of the emulator, since altering either part of the source file will
  34. cause the tracing version to become outdated.
  35.  
  36.   Now for the commercial:
  37.  
  38.        KMMM Pascal BBS
  39.        (609) 232-0773
  40.        24 hours a day
  41.        7 days a week
  42.        300/1200/2400/9600 bps
  43.        9600 is USRobotics HST protocol
  44.        Passing a simple IQ test required for full access
  45.  
  46.   This file created by:
  47.        Willi Kusche
  48.        SYSOP
  49.        KMMM Pascal BBS
  50.        July 2, 1988
  51.  
  52.