You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./bin/ca65 bank7.asm -o bank7.o ca65.exe: Precondition violated: Index < C->Count, file 'cc65-snapshot-2.13.9.20130201\src\common\coll.c', line 188
I also tried cl65 but no dice. .\bin\cl65 -t none bank7.asm -o bank7.o ca65.exe: Precondition violated: Index < C->Count, file 'cc65-snapshot-2.13.9.20130201\src\common\coll.c', line 188
I'm not very familiar with these assemblers, so I have little idea what I did wrong (I have more experience with GB disasm stuff).
The text was updated successfully, but these errors were encountered:
Upon running make, I get the following error
./bin/ca65 bank7.asm -o bank7.o
ca65.exe: Precondition violated: Index < C->Count, file 'cc65-snapshot-2.13.9.20130201\src\common\coll.c', line 188
I also tried cl65 but no dice.
.\bin\cl65 -t none bank7.asm -o bank7.o
ca65.exe: Precondition violated: Index < C->Count, file 'cc65-snapshot-2.13.9.20130201\src\common\coll.c', line 188
I'm not very familiar with these assemblers, so I have little idea what I did wrong (I have more experience with GB disasm stuff).
The text was updated successfully, but these errors were encountered: