I am working on a new program that helps new programmers get a feel to the lamguage. It will have different sections for graphics functions conditional, loops, and others. It will be GUI based and will provide the user with the syntax and ask for all needed arguments. Such as "the user presses enter on a for loop, the program then asks for the variable to use, the starting number and the ending number", or "if the user chose an if statement they will be prompted to chose a condition then chose if they want an or,xor, and, or to finish the if statement," or "if the user chooses something like text or output, it will ask the user for the text, then ask for where it will be located by the user using the D-pad to find the location." the reason for making this program is to help many of my friends at school program, as they do not understand the syntax of different functions, or just don't know where to begin. I will need help with an asm library that writes the programs, and allows them to edit the program, IE insert a line, change a line completley, and copy a line. I have looked at an asm program called Celtic but I believe it said it might be unstable, if someone could confirm me on this please do so. Any questions or comments are welcome. I will be posting the program soon