|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--at.dms.ksm.Assembler
This class is the entry point for the KOPI assembler.
Constructor Summary | |
Assembler()
|
Method Summary | |
void |
assemble(java.lang.String sourceFile,
java.lang.String destination,
int optimize)
Assembles an assembly language file to a class file. |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public Assembler()
Method Detail |
public void assemble(java.lang.String sourceFile, java.lang.String destination, int optimize) throws KsmError
sourceFile
- The name of the assembly language file.destination
- The directory root to place the classfile.KsmError
- An error occurred.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |