home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
dev
/
cross
/
caz
/
product-info
< prev
next >
Wrap
Fred Fish's Product-Info
|
1995-10-21
|
922b
|
54 lines
.name
CAZ
.aminet-dir
dev/cross
.type
Cross-Assembler
.short
A Z80 cross assembler
.description
A Z80 cross-assembler. Some people never stop building their own hardware
projects! The Z80 processor is old, right, but a really cheap one! So
design your own Processor Board and do all your software development on the
Amiga.
.version
1.26b
.date
1994.01.07
.author
Carsten Rose
.reference
FreshFish-Dec93:New/dev/cross/CAZ/
1.24b
.distribution
Freeware
.address
Leostr. 35
33098 Paderborn
Germany
.email
caro@uni-paderborn.de
.source
Includes source in C
.docs
readme
caz.guide
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
set choice `RequestChoice "CAZ" "Please select an option" "View Readme" "View Guide" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
MetaTool readme TEXT
endif
if $choice EQ "2"
MetaTool caz.guide GUIDE
endif