1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 02:36:01 +02:00
cdt/plugins/org.eclipse.dd.examples.pda/samples/stack.pda

11 lines
93 B
Text
Raw Normal View History

push 100
:inner
dup
output
dup
branch_not_zero descend
return
:descend
dec
call inner
return