diff options
author | jeh <jeh@FreeBSD.org> | 2001-02-17 16:11:46 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-02-17 16:11:46 +0000 |
commit | 62087c9b9fe9094a5f4a911312d77dcb4ecfd69b (patch) | |
tree | 198b8d1727a60e545db3fee7a2f9e60ad51b1bec /devel/as80/pkg-descr | |
parent | 7c95810b4414404b6791011d30cd03fd7bc42c71 (diff) | |
download | FreeBSD-ports-62087c9b9fe9094a5f4a911312d77dcb4ecfd69b.zip FreeBSD-ports-62087c9b9fe9094a5f4a911312d77dcb4ecfd69b.tar.gz |
New Port: devel/as80
As80 is a lightweight 8080/8085 assembler for UN*X systems.
PR: 24235
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Diffstat (limited to 'devel/as80/pkg-descr')
-rw-r--r-- | devel/as80/pkg-descr | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/as80/pkg-descr b/devel/as80/pkg-descr new file mode 100644 index 0000000..f156ab1 --- /dev/null +++ b/devel/as80/pkg-descr @@ -0,0 +1,17 @@ +As80 is a lightweight 8080/8085 assembler for UN*X systems. It was +developed on a Debian GNU/Linux System and should well work on other +UN*Xes. As80 is not invoked directly but through a wrapper shell +script (asm) that handles some basic conversion (upper to lower etc.). So +be sure to use this instead of directly running as80 and getting lots of +(if you are lucky, meaningful) error messages. + +Although As80 is still in a somewhat early phase of development, it +won't take much to come to one level with professional assemblers. The +use of the C preprocessor instead of implementing some of the +functionality (.EQU comes to mind) makes it easy to write assembler +source programs in a more flexible way. At least, that's what I think. +You are of course welcome to improve and/or add as you like, but be +sure to always obey the license terms. + +- George Reid +greid@ukug.uk.freebsd.org |