mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
11 lines
84 B
Text
11 lines
84 B
Text
![]() |
push 0
|
||
|
:main
|
||
|
var n
|
||
|
pop $n
|
||
|
push $n
|
||
|
push 1
|
||
|
add
|
||
|
dup
|
||
|
push $n
|
||
|
output
|
||
|
branch_not_zero main
|