Closed FalcoGer closed 3 years ago
The segfault was being triggered by a missing parameter to the align
pseudo on line 5831 of your source file -- it must be followed by either ODD
or EVEN
.
@leonbottou has fixed the segfault in eb37273f74ae4aa2a75c3ab279aa20fe04ba082e
I'm trying to convert this program to be compiled with crasm, trying to use it to fix any mistakes that might still be present. So I know the program isn't formatted correctly, I just want the compiler output to syntax check it for me.
I'm using crasm 1.8 from the ubuntu repositories.
Command line
Code that fails is basically https://github.com/Klaus2m5/6502_65C02_functional_tests/blob/master/6502_functional_test.a65 But i search & replaced endif with endc and inserted CPU name and OUTPUT option at the top
Stacktrace