home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / cross / caz / product-info < prev    next >
Fred Fish's Product-Info  |  1995-10-21  |  922b  |  54 lines

  1. .name
  2. CAZ
  3. .aminet-dir
  4. dev/cross
  5. .type
  6. Cross-Assembler
  7. .short
  8. A Z80 cross assembler
  9. .description
  10. A Z80 cross-assembler.  Some people never stop building their own hardware
  11. projects! The Z80 processor is old, right, but a really cheap one! So
  12. design your own Processor Board and do all your software development on the
  13. Amiga.
  14. .version
  15. 1.26b
  16. .date
  17. 1994.01.07
  18. .author
  19. Carsten Rose
  20. .reference
  21. FreshFish-Dec93:New/dev/cross/CAZ/
  22. 1.24b
  23. .distribution
  24. Freeware
  25. .address
  26. Leostr. 35
  27. 33098 Paderborn
  28. Germany
  29. .email
  30. caro@uni-paderborn.de
  31. .source
  32. Includes source in C
  33. .docs
  34. readme
  35. caz.guide
  36. .described-by
  37. Dan Fish (daf@starfish.amigalib.com)
  38. .submittal
  39. Downloaded via ftp from wuarchive.wustl.edu.
  40. .execute
  41. set choice `RequestChoice "CAZ" "Please select an option" "View Readme" "View Guide" "Cancel"`
  42.  
  43. if $choice EQ "0"
  44.   quit 5
  45. endif
  46.  
  47. if $choice EQ "1"
  48.   MetaTool readme TEXT
  49. endif
  50.  
  51. if $choice EQ "2"
  52.   MetaTool caz.guide GUIDE
  53. endif
  54.