home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / emulaton / utilities / magicasm / pce_code / docs / !readme1st next >
Encoding:
Text File  |  1998-04-27  |  1.1 KB  |  26 lines

  1. MAGIC ASM v1.2 for RISC OS
  2.  
  3. This is a port of David Michel's MagicKit assembler, with a few minor
  4. alterations to make it fit more comfortably with RISC OS.  Firstly, the
  5. executable is now called "magicasm" rather than "as" since this conflicted
  6. with the assembler supplied with GCC.  The command syntax has also been
  7. changed so that you now have to explicitly specify the output filename:
  8.  
  9.   magicasm <source file> -o <output file> [-throwback] [<list file>]
  10.  
  11. Throwback requires either Acorn's DDEUtils module or Cy Booker's version as
  12. supplied with GCC, and the list filename will only be used if you include the
  13. LIST directive in your source code.
  14.  
  15. *Important*: you need to allocate at least 1080K to the next slot before
  16. running magicasm or it'll crash in the zero initialisation code :(  I don't
  17. think there's anything I can do about this, but solutions are welcome.
  18.  
  19. Aside from these differences, the rest of the information in the "as" and
  20. "readme" files should be valid for this port, but please direct any queries
  21. to me rather than David since he's not responsible for this version.
  22.  
  23.  
  24. Paul Clifford (paul@plasma.demon.co.uk)
  25. 27 April 1998
  26.