home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
dev
/
asm
/
barflydemo
/
product-info
< prev
next >
Wrap
Fred Fish's Product-Info
|
1995-10-01
|
2KB
|
94 lines
.name
Barfly
.type
Compiler
.author
Ralph Schmidt
.short
Very powerful Debugger and Assembler.
.description
Very powerful Intuition controlled Source Level Debugger and an optimizing Assembler.
The Debugger allows the parallel debugging of several tasks in unlimited windows.
Has different windows for ASM/Copper-Disassembler,Memory,Source,Breakpoints,Watchpoints,
Checksums and a lot other functions. It supports SAS-C and GCC Sourcelevel Debugging
and allows dynamic include structure support.
Supports 68000-68040/6888x.
The Assembler has multi-pass optimizing,precompiled includes,include/incbin cache,
highlevel macros,smalldata and advanced hunk support.
Supports 68000-68060/6888x.
.distribution
Shareware
.price
$50(US), DM70
.restrictions
Debugger Demo Version offers no unlimited Windows,offers no unlimited debugged Tasks,
no enforcer support,no catch task,no catch crashed tasks and a step limit.
Assembler Demo Version doesn't support the section command,precompiled includes
and has a 8KByte code limit.
.exectype
68000
.run
BDebug=WB,BDebug
BDebug=CLI,BDebug
BAsm=WB,BAsm
BAsm=CLI,BAsm
.docs
docs/Barfly.guide
.construction
Barfly Assembler and SAS-C
.tested
A4000/40(2MB Chip,8MB Fast,1 Floppy,775MB HD)
A2000/30(1MB Chip,4MB Fast,2 Floppys,44MB HD)
A2000(1MB Chip,2 Floppys,44MB HD)
Also tested V37 up to V40.
Should have no problems with GFX-Cards because it only
uses basic intuition and graphic.library operations.
.version
1.25
.requirements
Requires WB 2.04 or higher;1MB
.address
Ralph Schmidt
Kleiner Hellweg 4
33154 Salzkotten
Germany
.email
laire@uni-paderborn.de
Irc: laire
.described-by
Ralph Schmidt
.submittal
Downloaded via ftp from wuarchive.wustl.edu
.aminet-dir
dev/asm
.execute
set choice `RequestChoice "BarflyDemo" "Please select an option" "View Doc" "View Guide" "View ScreenShot" "Install" "Run Program" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
MetaTool Docs/Barfly.man TEXT
endif
if $choice EQ "2"
cd Docs/
MetaTool Barfly.guide GUIDE
cd /
endif
if $choice EQ "3"
METATOOL BDebug.iff ILBM
endif
if $choice EQ "4"
Installer Install APPNAME "Barfly Development System" DEFUSER EXPERT NOLOG
endif
if $choice EQ "5"
assign libs: libs/ ADD
assign s: s/ ADD
BDebug
endif