// uC example 7 -- an infinite loop void main() { int i; i = 0; while (true) { i = i + 1; } print 999999; } /* Code generated by the new continuation-based compiler: CSTI 0, GETBP, 0, STI, INCSP ~1, L2: GETBP, GETBP, LDI, 1, ADD, STI, INCSP ~1, GOTO L2 */