Sign in
eclipse
/
platform
/
eclipse.platform.debug
/
refs/tags/S4_23_0_RC1
/
.
/
org.eclipse.debug.examples.core
/
pdavm
/
tests
/
vmtest6.pda
blob: d90a960cf389cb3f92c0af217210e141b1589c0a [
file
] [
log
] [
blame
]
var
a
var
b
push
1
pop $a
push
2
pop $b
push
3
push
4
#
call inner
#
push $a
push
2
add
pop $b
output
#
halt
#
:
inner
var
a
var
c
pop $a
pop $c
push $a
push $a
add
return
:
other
push
15
return