static.txt
Associated article: The StatiC Compiler & Language
Tags: Web Development
Published Word file accompanying the article by Pete Gray in which he presents StatiC, a dual-methodology language that's easy to learn, yet advanced enough for multitasking in embedded environments. ALso see STATIC.ZIP.
The StatiC Compiler & Language by Pete Gray Example 1: (a) procedure procedurename ( [parameter_list] ) begin [local variable declarations] statements end (b) program begin [local variable declarations] statements end Listing One // port A definitions for GPIO (LEDs) #define PAPUR $0FB0 #define ...


