Update v3.0.1* Fixed Float Support. Now works correctly.
Update v3.0.2* Code Optimization. Added missing telerik files. Should no longer crash.
Update v3.1.0*Fixed bug where if you converted a 32 bit instruction that output thumb hex, and if you then converted a 64 bit instruction, the thumb hex for the 32 bit command would still be there. Updated executables in the 32 and 64 folders. Removed some dependencies as they were not required.
Update v3.1.1*Fixed Conversion bug. App should run now wihtout any issues.
Update v4.0.0* The converter has been almost completely recoded from scratch. Redesigned to allow multi-line converting. Now shows hex in reverse as well, for debugging purposes.
Update v4.0.1* Upgraded to use updated Infragistics files. Updated executables in the files folder. Switched 32 files to different toolchain. Performance in multi-line converting seems to have improved because of it. Meaning the program should not freeze as long(or at all) as before while it waited for those files to perform their task.
Update v5.0.0* New UI Design. Updated Infragistics files. Updated toolchain files. Consumes less memory and launches much faster. You can now minimize it with the minimize button.(Not sure why this was never there but w/e).
Update v5.1.0* Updated toolchain files. Fixed bugs regarding the conversion of Float instructions from both Archs. They should now convert without issue. Also fixed RET not converting for ARM64