SIMPL = Serial Interpreted Minimal Programming Language
Hi,
It's been about a year since I talked about SIMPL - a tiny language that allows you basic control of a microcontroller using serial commands.
In the 6 months I have coded it up in MSP430 assembly language to make it super compact - and fast - with high level commands taking about 1uS to execute on the virtual machine interpreter.
SIMPL is based on a jump table - so for any single, printable ascii character, the jump table will act on it and execute whatever function you choose to write. This technique gives amaz