Sign in
eclipse
/
cdt
/
org.eclipse.cdt
/
master
/
.
/
dsf
/
org.eclipse.cdt.examples.dsf.pda
/
samples
/
arrays.pda
blob: 6c5056c6e3f7106f0a831195ebef636ced3c3257 [
file
]
var
a
[
10000
]
var
i
push
10000
pop $i
:
start
push $i
dec
pop $i
push $i
pop $a
[
i
]
push $i
branch_not_zero start
halt