home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / linker / phxrexx / readme
Text File  |  1996-11-03  |  2KB  |  60 lines

  1. Short:    PhxAss: Assembler arexx-script for CED
  2. Uploader: kennecni@idgOnline.no (Kenneth C. Nilsen)
  3. Author:   kennecni@idgOnline.no (Kenneth C. Nilsen)
  4. Type:     dev/asm 
  5. Requires: CygnusED 3.5, PhxAss 4.x
  6.  
  7.  
  8. Copyright (C) 1996 by Digital Surface.
  9. All rights reserved.
  10.  
  11.  
  12. This package contain two arexx scripts for CygnusEd and PhxAss.
  13.  
  14. 1) PhxAss.ced
  15.  
  16.         This script will help you assembler your source with PhxAss from
  17.         CygnusED.
  18.  
  19.         USAGE:
  20.  
  21.         Start script from the window your source is in.
  22.         - You now get a inputrequester asking you for a binary file name
  23.           Here you can set default name within the arexx script.
  24.         - Press return and the script will start 'PhxAss'
  25.           (chage path to where you contain your PhxAss program)
  26.         - The assemble result will now pop up in another CED window.
  27.         - If any errors nothing more will happand
  28.         - If all went ok you will get a question about if you want to start
  29.           the binary file. If you press return (typed 'y') it will start with
  30.           a default output console which you can edit in the script.
  31.           If you press DEL and return (or ype anything else) the script will
  32.           stop.
  33.  
  34.         For more information please read the arexx script itself.
  35.  
  36. 2) InsertAsmtext.ced
  37.  
  38.         This script will format a whole page to assembler dc.b lines.
  39.  
  40.         USAGE:
  41.  
  42.         You need to open a new window. Use the whole field to edit your text.
  43.         When you're done start the script:
  44.         - The script will now insert <tab>dc.b<tab>" in front of each line
  45.           and add ",10 at every end of line.
  46.         - The script does not check " or ' in text. Use ' in your text or
  47.           change the "" of the beginning and end of line (or the arexx
  48.           script)
  49.         - Cut the whole block and quit. Insert the block in your data section
  50.           or the source. Assemble your source with PhxAss.ced
  51.  
  52. Comments, suggestions, improvments can be sent to:
  53.  
  54.         kennecni@IDGonline.no
  55.  
  56. or
  57.         Kenneth C. Nilsen
  58.         Briskåsen 1
  59.         N-3535 Krøderen
  60.