|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectAssembler
public class Assembler
An assembler for the Larc ISA Converts Larc assembly code into machine code. Note: unlike traditional assembler the machine code is outputted into a text file rather than a binary file.
| Constructor Summary | |
|---|---|
Assembler()
|
|
| Method Summary | |
|---|---|
static void |
assemble()
Assemble program. |
static void |
main(java.lang.String[] args)
Main method |
static void |
printProgram()
Print out program -- for debugging only. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Assembler()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - command-line argumentspublic static void printProgram()
public static void assemble()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||