Debugging
ARMbasic is an incremental compiler, meaning that you can enter a portion of a program, run it, check some varialble values, enter some more code and run it again... This operates much like an interpreter, so that debugging of code can be done very quickly.
It is also possible to execute a simple statement immediately. This can be very useful when interfacing to a serial device, as you can step through operations manually, to test a program.
There are a number of operations that aid during the debug phase of programming an ARMstamp. Debugging Functions @ CLEAR RUN