Well Assembly Language Studio Version 1.0 is to be tested in the classroom this week. For those that don’t know Assembly Language Studio is a complete, multi source editor, assembly language compiler and simulator written entirely in Xojo. Okay with a tiny bit of hand-coded assembly thrown in here and there. For long running complex calculations it now often exceeds native Xojo code, which I’m particularly proud of.
This is a nervous time for me as I’ll be giving a lecture and tutorial on its use to the teachers and lecturers who will later be using it to teach basic programming concepts. It has an integrated debugger and help file and supports calls to external libraries and the inclusion of multiple source files in the compiled executable.
I’m particularly proud of the non blocking interface and highlighting of code in the editor.
I originally designed ALS to be a teaching tool only but for me it has turned into so much more. It is now my goto environment for writing any code and playing around with ideas. I’m looking at adding different instruction set libraries and possible serial communication to external devices to code them directly, I’m thinking of starting with my little z80 machine.
Here’s a few screen shots for your feed back.