Skip to content

Toolkit Class Added

Compare
Choose a tag to compare
@kcelebi kcelebi released this 30 Dec 21:20
· 277 commits to main since this release

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.