home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / cross / tms32010 / product-info < prev    next >
Encoding:
Text File  |  1995-10-03  |  710 b   |  42 lines

  1. .name
  2. TMS32010
  3. .aminet-dir
  4. dev/cross
  5. .type
  6. Assembler
  7. .short
  8. TMS32010 cross assembler
  9. .description
  10. CLI only cross assembler for the Texas TMS32010 DSP, generates a suitable
  11. file for downloading to an EPROM programmer.
  12. .version
  13. 1.0
  14. .date
  15. 1994.06.20
  16. .requirements
  17. none
  18. .restrictions
  19. Needs some improvement, but it works fine
  20. .source
  21. C source code (DICE)
  22. .author
  23. Sergio R. Caprile
  24. .address
  25. Pje. Terrada 4789
  26. (1874) Avellaneda
  27. Bs.As. - Argentina
  28. .email
  29. sergio.caprile@itbace.edu.ar
  30. .submittal
  31. Submitted via email directly by the author.
  32. .execute
  33. set choice `RequestChoice "TMS32010" "Please select an option" "View Readme" "Cancel"`
  34.  
  35. if $choice EQ "0"
  36.   quit 5
  37. endif
  38.  
  39. if $choice EQ "1"
  40.   MetaTool Readme TEXT
  41. endif
  42.