home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / asm / barflydemo / product-info < prev    next >
Fred Fish's Product-Info  |  1995-10-01  |  2KB  |  94 lines

  1. .name
  2. Barfly
  3. .type
  4. Compiler
  5. .author
  6. Ralph Schmidt
  7. .short
  8. Very powerful Debugger and Assembler.
  9. .description
  10. Very powerful Intuition controlled Source Level Debugger and an optimizing Assembler.
  11. The Debugger allows the parallel debugging of several tasks in unlimited windows.
  12. Has different windows for ASM/Copper-Disassembler,Memory,Source,Breakpoints,Watchpoints,
  13. Checksums and a lot other functions. It supports SAS-C and GCC Sourcelevel Debugging
  14. and allows dynamic include structure support.
  15. Supports 68000-68040/6888x.
  16. The Assembler has multi-pass optimizing,precompiled includes,include/incbin cache,
  17. highlevel macros,smalldata and advanced hunk support.
  18. Supports 68000-68060/6888x.
  19. .distribution
  20. Shareware
  21. .price
  22. $50(US), DM70
  23. .restrictions
  24. Debugger Demo Version offers no unlimited Windows,offers no unlimited debugged Tasks,
  25. no enforcer support,no catch task,no catch crashed tasks and a step limit.
  26. Assembler Demo Version doesn't support the section command,precompiled includes
  27. and has a 8KByte code limit.
  28. .exectype
  29. 68000
  30. .run
  31. BDebug=WB,BDebug
  32. BDebug=CLI,BDebug
  33. BAsm=WB,BAsm
  34. BAsm=CLI,BAsm
  35. .docs
  36. docs/Barfly.guide
  37. .construction
  38. Barfly Assembler and SAS-C
  39. .tested
  40. A4000/40(2MB Chip,8MB Fast,1 Floppy,775MB HD)
  41. A2000/30(1MB Chip,4MB Fast,2 Floppys,44MB HD)
  42. A2000(1MB Chip,2 Floppys,44MB HD)
  43. Also tested V37 up to V40.
  44. Should have no problems with GFX-Cards because it only
  45. uses basic intuition and graphic.library operations.
  46. .version
  47. 1.25
  48. .requirements
  49. Requires WB 2.04 or higher;1MB
  50. .address
  51. Ralph Schmidt
  52. Kleiner Hellweg 4
  53. 33154 Salzkotten
  54. Germany
  55. .email
  56. laire@uni-paderborn.de
  57. Irc: laire
  58. .described-by
  59. Ralph Schmidt
  60. .submittal
  61. Downloaded via ftp from wuarchive.wustl.edu
  62. .aminet-dir
  63. dev/asm
  64. .execute
  65. set choice `RequestChoice "BarflyDemo" "Please select an option" "View Doc" "View Guide" "View ScreenShot" "Install" "Run Program" "Cancel"`
  66.  
  67. if $choice EQ "0"
  68.   quit 5
  69. endif
  70.  
  71. if $choice EQ "1"
  72.   MetaTool Docs/Barfly.man TEXT
  73. endif
  74.  
  75. if $choice EQ "2"
  76.   cd Docs/
  77.   MetaTool Barfly.guide GUIDE
  78.   cd /
  79. endif
  80.  
  81. if $choice EQ "3"
  82.   METATOOL BDebug.iff ILBM
  83. endif
  84.  
  85. if $choice EQ "4"
  86.   Installer Install APPNAME "Barfly Development System" DEFUSER EXPERT NOLOG
  87. endif
  88.  
  89. if $choice EQ "5"
  90.   assign libs: libs/ ADD
  91.   assign s: s/ ADD
  92.   BDebug
  93. endif
  94.