Sign in
eclipse
/
gerrit
/
cdt
/
org.eclipse.cdt
/
dbbcb20dec93a8fe513d35a0a9c6607ecec56849
/
.
/
dsf
/
org.eclipse.cdt.examples.dsf.pda
/
samples
/
arrays.pda
blob: 6c5056c6e3f7106f0a831195ebef636ced3c3257 [
file
] [
log
] [
blame
]
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