assembler
Class GenerateHex

java.lang.Object
  extended by assembler.GenerateHex

public class GenerateHex
extends java.lang.Object

The class takes a file as input, which is supposed to be the file that Emre creates, and generates the final hex file named: name+".hex" There is a main function at the end of the class in order to test whether the code generates the desired result or not. Ozgur


Field Summary
 java.util.List<java.lang.Integer> atoms
           
 java.io.File inputFile
           
 java.util.List<java.lang.String> list
           
 java.lang.String offset
           
 java.lang.String offsetNext
           
 java.lang.String resultFinal
           
 java.lang.String temp
           
 
Constructor Summary
GenerateHex(java.lang.String path)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inputFile

public java.io.File inputFile

offset

public java.lang.String offset

temp

public java.lang.String temp

offsetNext

public java.lang.String offsetNext

resultFinal

public java.lang.String resultFinal

list

public java.util.List<java.lang.String> list

atoms

public java.util.List<java.lang.Integer> atoms
Constructor Detail

GenerateHex

public GenerateHex(java.lang.String path)