Exception in thread "main" nl.grauw.glass.expressions.EvaluationException: Not an instruction.
[at shadow.asm:1976]
set 0,l
at nl.grauw.glass.expressions.Expression.getInstruction(Expression.java:65)
at nl.grauw.glass.Line.getInstruction(Line.java:76)
at nl.grauw.glass.Line.expand(Line.java:91)
at nl.grauw.glass.Source.expand(Source.java:74)
at nl.grauw.glass.Source.expand(Source.java:68)
at nl.grauw.glass.Source.assemble(Source.java:50)
at nl.grauw.glass.Assembler.writeObject(Assembler.java:72)
at nl.grauw.glass.Assembler.main(Assembler.java:59)
what happened here? I've assembled this rom hundreds of time today and suddenly happened this. I'm not able to assemble my code anymore (if I comment this set instruction Glass doesn't like other ones too, like the ones present in arkos tracker code)