Toolkit Class Added
The Toolkit class has been added to provide debugging tools for those working on hardware. This includes functions such as nibbleForm() to put bytes into nibbles, hex() to translate to hexadecimal, and calcJump() to calculate jump immediate for branching statements. More tools will be added to this section. This class cleans up the usage for the original AssemblyConverter class, making both of them easier to understand and use.