Assembler
Class Assembler

java.lang.Object
  extended by Assembler.Assembler
All Implemented Interfaces:
iAssembler

public class Assembler
extends java.lang.Object
implements iAssembler

********************** 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

Assembler

public Assembler()
Method Detail

assemble

public void assemble()
Specified by:
assemble in interface iAssembler