Omnimaga

Calculator Community => TI Calculators => ASM => Topic started by: NonstickAtom785 on January 29, 2020, 02:54:30 pm

Title: Spasm | App Name Bug Fix | Windows
Post by: NonstickAtom785 on January 29, 2020, 02:54:30 pm
Hey everyone. I've been trying to compile a fixed version of spasm-ng for windows for about 2 weeks. I tried everything except for VC(saved that for last) because that seemed the most difficult. But as it turned out that was the most easiest. So after all that time I finally have a fixed version of spasm-ng compiled for Windows. :angel:

The bug causes an error any time an app name isn't 8 bytes long. :banghead:

Code: (error) [Select]
exporter: error SE504: Name field missing

If you want the fixed version for linux you'll have to compile it yourself. The steps are quite simple as long as you install all the required libraries first. You'll
have to clone this branch (https://github.com/alberthdev/spasm-ng/tree/feature/app-name-var-size) of the repo first. If you do not know how to clone a specific branch check this forum (https://stackoverflow.com/questions/1911109/how-do-i-clone-a-specific-git-branch) for details.  :w00t:






EDIT 2: Okay after some trial and error I finally got the build to work without any dependencies. Thanks to @Geekboy1011 for testing the build out. Enjoy.