Difference between revisions of "Simple graphics language"
From ScienceZero
(Created page with 'A simple graphics language for microcontrollers') |
|||
Line 1: | Line 1: | ||
A simple graphics language for microcontrollers | A simple graphics language for microcontrollers | ||
+ | |||
+ | We start with a very simple reverse polish notation interpreter with a preprocessor stage | ||
+ | |||
+ | Sample code: | ||
+ | 360 for 1 forward 1 right next |
Revision as of 15:32, 14 April 2011
A simple graphics language for microcontrollers
We start with a very simple reverse polish notation interpreter with a preprocessor stage
Sample code:
360 for 1 forward 1 right next