diff options
author | edwin <edwin@FreeBSD.org> | 2007-09-06 13:56:58 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-09-06 13:56:58 +0800 |
commit | 78b0b95fa405022f276908bcaa66f2e772d6fab6 (patch) | |
tree | 5b7de9f01d72ce644b76013a3648a5accd574347 /lang/Makefile | |
parent | 782731a5875e77a4910398f685b3c7a931b42009 (diff) | |
download | freebsd-ports-graphics-78b0b95fa405022f276908bcaa66f2e772d6fab6.tar.gz freebsd-ports-graphics-78b0b95fa405022f276908bcaa66f2e772d6fab6.tar.zst freebsd-ports-graphics-78b0b95fa405022f276908bcaa66f2e772d6fab6.zip |
New port: lang devel/nesasm: 6502 assembler with specific NES support
nesasm is a 6502 assembler with specific NES support. NES
support in this case refers to FamiCOM and Nintendo
Entertainment System support.
lang/fasm has been used as a reference on how an assembler
should be ported. Feedback is as always welcome, hopefully
it will lead to me producing better ports and less work for
you committer ;)
WWW: http://bobrost.com/nes/resources.php
PR: ports/115254
Submitted by: Pontus Stenetorp <ninjin@kth.se>
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 9d46cf556fb..4c7d6c49b29 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -165,6 +165,7 @@ SUBDIR += munger SUBDIR += nawk SUBDIR += neko + SUBDIR += nesasm SUBDIR += newlisp SUBDIR += nhc98 SUBDIR += nickle |