Date: Mon, 28 Aug 2006 06:18:02 +0000 (UTC) From: Jean-Yves Lefort <jylefort@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/kasm Makefile distinfo pkg-descr pkg-plist ports/devel/kasm/files patch-doc_Makefile.in patch-src_Makefile.in patch-src_entrytable.hpp patch-src_main.cpp patch-src_nib__io.hpp Message-ID: <200608280618.k7S6I2aS068632@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jylefort 2006-08-28 06:18:01 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/kasm Makefile distinfo pkg-descr pkg-plist devel/kasm/files patch-doc_Makefile.in patch-src_Makefile.in patch-src_entrytable.hpp patch-src_main.cpp patch-src_nib__io.hpp Log: Add kasm. kasm is a System RPL/Machine Language assembler for the Saturn microprocessor, used in the HP48/HP49 calculators (this microprocessor is also used in other HP calculators, but kasm is made specifically for the HP48/HP49 calculators). It uses the same syntax as the MASD compiler (found in the MetaKernel program for HP48 calculators and in the HP49 calculator). This syntax, which has only very small incompatibilities with the traditional syntax (used in the HP Tools, in the GNU Tools and in JAZZ), supports a few constructs that make the assembly language be closer to a high level programming language. It supports all the structures (blocks, etc.) and shortcuts (RPL, SCREEN, etc.) of the MASD compiler in the HP49G calculators. WWW: http://k-asm.sourceforge.net/ Revision Changes Path 1.2430 +1 -0 ports/devel/Makefile 1.1 +32 -0 ports/devel/kasm/Makefile (new) 1.1 +3 -0 ports/devel/kasm/distinfo (new) 1.1 +11 -0 ports/devel/kasm/files/patch-doc_Makefile.in (new) 1.1 +40 -0 ports/devel/kasm/files/patch-src_Makefile.in (new) 1.1 +11 -0 ports/devel/kasm/files/patch-src_entrytable.hpp (new) 1.1 +11 -0 ports/devel/kasm/files/patch-src_main.cpp (new) 1.1 +33 -0 ports/devel/kasm/files/patch-src_nib__io.hpp (new) 1.1 +15 -0 ports/devel/kasm/pkg-descr (new) 1.1 +4 -0 ports/devel/kasm/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608280618.k7S6I2aS068632>