mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
21 lines
No EOL
199 B
Text
21 lines
No EOL
199 B
Text
push 5
|
|
:thread_create
|
|
exec stack
|
|
dec
|
|
dup
|
|
branch_not_zero thread_create
|
|
push finished
|
|
output
|
|
halt
|
|
:stack
|
|
push 100
|
|
:inner
|
|
dup
|
|
output
|
|
dup
|
|
branch_not_zero descend
|
|
return
|
|
:descend
|
|
dec
|
|
call inner
|
|
return |