|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAssembler.Assembler
public class Assembler
********************** Created By: Yuval Tzur Date: 10/06/2013 Time: 19:46:31 Description: This class will assemble assembly code into binary code. This will create the file Program.dat, from which the emulator will load the program. ***********************
Constructor Summary | |
---|---|
Assembler()
|
Method Summary | |
---|---|
void |
assemble()
|
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 void assemble()
assemble
in interface iAssembler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |