home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / asm / snma / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-03  |  1.2 KB  |  64 lines

  1. .name
  2. SNMA
  3. .type
  4. Assembler
  5. .aminet-dir
  6. dev/asm
  7. .short
  8. 680x0/6888x amiga macro assembler
  9. .description
  10.  SNMA is freeware conditional 680x0/688x macro assembler for the Amiga. It
  11.  supports most common directives, generates Amiga object-files and/or
  12.  executables. It is used mainly from the shell. Arexx port.
  13.  AmigaOS 2.0+ only. AmigaGuide docs only. This is version 2.00.
  14.  
  15.  New features:      - LINE DEBUG HUNK (for source code debugging)
  16.           - Support for small data model references
  17.           - Multilevel optimizing
  18.           - Boolean operators
  19.           - Some new directives
  20.           - + bug fixes
  21. .version
  22. 2.00
  23. .date
  24. 1995.09.17
  25. .author
  26. Samu Nuojua
  27. .reference
  28. FreshFish-Vol6/New/dev/asm/SNMA/
  29. 1.95
  30. GoldFish-Vol2-1/Files/dev/asm/SNMA/
  31. 1.95
  32. .requirements
  33. Requires OS2.0+
  34. .distribution
  35. Freeware
  36. .address
  37. Harustie 8 B 15
  38. 00980 Helsinki
  39. FINLAND
  40. .email
  41. snuojua@cc.helsinki.fi
  42. .docs
  43. Readme
  44. snma-1.97.readme
  45. snma.guide
  46. .described-by
  47. Dan Fish (daf@starfish.amigalib.com)
  48. .submittal
  49. Downloaded via ftp from wuarchive.wustl.edu.
  50. .execute
  51. set choice `RequestChoice "SNMA" "Please select an option" "View Doc" "View Guide" "Cancel"`
  52.  
  53. if $choice EQ "0"
  54.   quit 5
  55. endif
  56.  
  57. if $choice EQ "1"
  58.   MetaTool readme TEXT
  59. endif
  60.  
  61. if $choice EQ "2"
  62.   MetaTool snma.guide GUIDE
  63. endif
  64.