at.dms.ksm
Class Main

java.lang.Object
  |
  +--at.dms.ksm.Main

public class Main
extends java.lang.Object

This class is the entry point for the KOPI assembler.


Field Summary
protected  KsmOptions options
          Command-line options.
 
Method Summary
static void main(java.lang.String[] args)
          Entry point to the assembler.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

options

protected KsmOptions options
Command-line options.
Method Detail

main

public static void main(java.lang.String[] args)
Entry point to the assembler.