~ubuntu-branches/debian/sid/eclipse-cdt/sid

« back to all changes in this revision

Viewing changes to dsf/org.eclipse.cdt.examples.dsf.pda/samples/stack.pda

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2011-10-06 21:15:04 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111006211504-8dutmljjih0zikfv
Tags: 8.0.1-1
* New upstream release.
* Split the JNI packages into a separate architecture dependent
  package and made eclipse-cdt architecture independent.
* Install JNI libraries into multiarch aware location
* Bumped Standards-Version to 3.9.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
push 5
 
2
:thread_create
 
3
exec stack
 
4
dec 
 
5
dup
 
6
branch_not_zero thread_create
 
7
push finished
 
8
output 
 
9
halt
 
10
:stack
 
11
push 100
 
12
:inner
 
13
dup
 
14
output
 
15
dup
 
16
branch_not_zero descend
 
17
return
 
18
:descend
 
19
dec
 
20
call inner 
 
21
return
 
 
b'\\ No newline at end of file'