1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
Commit Graph

1 Commits

Author SHA1 Message Date
Jean-Yves Lefort
9b49b75075 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/
2006-08-28 06:18:01 +00:00