diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-08-05 06:25:51 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-08-05 06:25:51 +0000 |
commit | bd9c93f9402ace09fbdbed0250803149cc0da1d5 (patch) | |
tree | d6f552844c3b9944d5e698d3bdd4406d88d05d85 /devel/Makefile | |
parent | 01daabbbe2679d8e6c1893f6ad98e6f267bd7333 (diff) |
dasm is a versatile macro assembler with support
for several 8-bit microprocessors including:
MOS 6502 & 6507
Motorola 6803, 68705 & 68HC11
Hitachi HD6303 (extended Motorola 6801)
Fairchild F8
WWW: http://dasm-dillon.sourceforge.net/
PR: ports/180971
Submitted by: uffe@uffe.org
Notes
Notes:
svn path=/head/; revision=324261
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 9bf11e613431..99a5117ad3fc 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -328,6 +328,7 @@ SUBDIR += czmq SUBDIR += d-feet SUBDIR += darts + SUBDIR += dasm SUBDIR += datadraw SUBDIR += dbus SUBDIR += dbus-glib |