diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-02-17 16:11:46 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-02-17 16:11:46 +0000 |
commit | aad79f3e3f48a6d67fa141072e0b311ad0092346 (patch) | |
tree | e846477c4c298e697e48127653b6378fac27cef2 /devel/as80/pkg-descr | |
parent | a1bac9cb05411717e280b1551788dc2e9f3c3c5d (diff) |
Notes
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 000000000000..f156ab13e442 --- /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 |