logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

jasmin - Java assembler compiler

Author

       This manual page was written by Grzegorz Prokopski (Debian Developer) <gadek@debian.org> and  Chris  Lamb
       <chris@chris-lamb.co.uk>  for  the  Debian project (but may be used by others). It is available under the
       GNU Lesser General Public License.

                                                February 10, 2008                                JASMIN-SABLE(1)

Description

jasmin  is  a  Java ASseMbler INterface. It takes ASCII descriptions of Java classes, written in the Java
       Virtual Machine instruction set in an assembler-like syntax.

       Jasmin converts these input files into binary Java class files (.class) suitable for executing on an Java
       Virtual Machine.

Name

       jasmin - Java assembler compiler

Options

-d<directory>
              Destination directory where the resulting files are to be placed.

       -version
              Show version of program.

       <file>...
              Source .j (Jasmin Java assembler format) file(s) to be compiled.

See Also

       The /usr/share/doc/jasmin-sable/examples directory should contain some example assembly files.

Synopsis

jasmin jasmin [-d <directory>] [-version] <file> [<file> ...]

See Also