home *** CD-ROM | disk | FTP | other *** search
- .name
- TMS32010
- .aminet-dir
- dev/cross
- .type
- Assembler
- .short
- TMS32010 cross assembler
- .description
- CLI only cross assembler for the Texas TMS32010 DSP, generates a suitable
- file for downloading to an EPROM programmer.
- .version
- 1.0
- .date
- 1994.06.20
- .requirements
- none
- .restrictions
- Needs some improvement, but it works fine
- .source
- C source code (DICE)
- .author
- Sergio R. Caprile
- .address
- Pje. Terrada 4789
- (1874) Avellaneda
- Bs.As. - Argentina
- .email
- sergio.caprile@itbace.edu.ar
- .submittal
- Submitted via email directly by the author.
- .execute
- set choice `RequestChoice "TMS32010" "Please select an option" "View Readme" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool Readme TEXT
- endif
-