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

Jean-Yves Lefort jylefort at FreeBSD.org
Mon Aug 28 06:18:02 UTC 2006


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)


More information about the cvs-ports mailing list