Commit graph

2 commits

Author SHA1 Message Date
Roland Illig
574e61a6ca The distfile has changed without changing its name. Adjust the package
to the new distfile and provide a better wrapper script for bin/jamaica.
2005-09-28 05:36:13 +00:00
pancake ;)
381f0dd0e9 initial import of jamaica ;)
in conjuntion with java-asm and java-bcel...let-c if we prepare a better
java support for pkgsrc! :)


Jamaica, the JVM Macro Assembler, is an easy-to-learn and easy-to-use
assembly language for JVM bytecode programming. It uses Java syntax to
define a JVM class except for the method body that takes bytecode
instructions, including Jamaica's built-in macros. In Jamaica, bytecode
instructions use mnemonics and symbolic names for all variables, parameters,
data fields, constants and labels. Jamaica is a simplified JVM assembly
language. It does not support inner classes. Variables are all method-wide
and are strongly-typed.
2004-05-10 19:36:41 +00:00