1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

[160041] Added multi-threading to the PDA stack example.

This commit is contained in:
Pawel Piech 2008-06-20 20:43:26 +00:00
parent f62d14b16b
commit 9d2509ab15

View file

@ -1,3 +1,13 @@
push 5
:thread_create
exec stack
dec
dup
branch_not_zero thread_create
push finished
output
halt
:stack
push 100
:inner
dup