assembler
Class GenerateHex
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
GenerateHex
public GenerateHex(java.lang.String path)