home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-03 | 1.2 KB | 64 lines |
- .name
- SNMA
- .type
- Assembler
- .aminet-dir
- dev/asm
- .short
- 680x0/6888x amiga macro assembler
- .description
- SNMA is freeware conditional 680x0/688x macro assembler for the Amiga. It
- supports most common directives, generates Amiga object-files and/or
- executables. It is used mainly from the shell. Arexx port.
- AmigaOS 2.0+ only. AmigaGuide docs only. This is version 2.00.
-
- New features: - LINE DEBUG HUNK (for source code debugging)
- - Support for small data model references
- - Multilevel optimizing
- - Boolean operators
- - Some new directives
- - + bug fixes
- .version
- 2.00
- .date
- 1995.09.17
- .author
- Samu Nuojua
- .reference
- FreshFish-Vol6/New/dev/asm/SNMA/
- 1.95
- GoldFish-Vol2-1/Files/dev/asm/SNMA/
- 1.95
- .requirements
- Requires OS2.0+
- .distribution
- Freeware
- .address
- Harustie 8 B 15
- 00980 Helsinki
- FINLAND
- .email
- snuojua@cc.helsinki.fi
- .docs
- Readme
- snma-1.97.readme
- snma.guide
- .described-by
- Dan Fish (daf@starfish.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .execute
- set choice `RequestChoice "SNMA" "Please select an option" "View Doc" "View Guide" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool readme TEXT
- endif
-
- if $choice EQ "2"
- MetaTool snma.guide GUIDE
- endif
-