What's new in v2.9.7: ßßßßßßßßßßßßßßßßßßßßß 1) I have to change the conception of using jump orders (BNE/BEQ/BCS...etc) Now: BNE/BEQ/BCS... - range -128...+127 (2 bytes) JNE/JEQ/JCS... - range -32768...+32767 (5 bytes) (NOTE: It was necessary because TA sometimes generates wrong code !) ( Too much complicated calculations ) Positive effect is faster compiling. (about 15%) 2) name1=$100 name2=name1+$100 ( Because of little bug you cannot assembly that program ) ( Now I removed this bug - thanks NIR ) 3) Correcting of procedures which play samples. (look at SAMPLE.ASM) 4) Other little errors. ( all things considered 7)