File: stack.pda

package info (click to toggle)
eclipse-platform-debug 4.26-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 17,608 kB
  • sloc: java: 152,715; xml: 5,186; makefile: 5
file content (21 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
push 5
:thread_create
exec stack
dec 
dup
branch_not_zero thread_create
push finished
output 
halt
:stack
push 100
:inner
dup
output
dup
branch_not_zero descend
return
:descend
dec
call inner 
return