As seem from http://sourceforge.net/forum/forum.php?thread_id=2181361&forum_id=579126

I've decided to also post this here since it would be more appropriate.

Is GCBASIC limited in the amount of IF and Case Select's are in a program? Or overall program size? Everytime I insert a new If or Case Select, i get weird asm compile errors:

ASM: Error[113] C:\PROGRA~1\GCBASIC\COMPILED.ASM 622 : Symbol not previously defined (SYSBITVAR0)

And before this error, an Else in an If statement was causing a "btfsc" to be part of a Systemloop name (right at the end). This was remedied by using 2 If statements. I can not find a remedy for the current problem.