mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 07:35:24 +02:00
11 lines
No EOL
93 B
Text
11 lines
No EOL
93 B
Text
push 100
|
|
:inner
|
|
dup
|
|
output
|
|
dup
|
|
branch_not_zero descend
|
|
return
|
|
:descend
|
|
dec
|
|
call inner
|
|
return |