jasmin
Class Main
java.lang.Object
jasmin.Main
- public class Main
- extends Object
Main is the main entry point for Jasmin - it supplies the main()
method, as well as a few other useful odds and ends.
Constructor Summary |
Main()
|
Method Summary |
static void |
assemble(String dest_dir,
String fname,
boolean number_lines)
Called to assemble a single file. |
static void |
main(String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
version
public static final String version
- The Jasmin version
- See Also:
- Constant Field Values
Main
public Main()
assemble
public static void assemble(String dest_dir,
String fname,
boolean number_lines)
- Called to assemble a single file.
- Parameters:
dest_dir
- is the directory to place the result in.fname
- is the name of the file containing the Jasmin source code.number_lines
- is true if you want Jasmin to generate line numbers
automatically, or false if you are generating line numbers yourself.
main
public static void main(String[] args)
Copyright © 2004 Jonathan Meyer, USA All rights reserved.