progs/test-small.j
changeset 708 4980f421b3b0
parent 375 bf36664a3196
child 710 183663740fb7
--- a/progs/test-small.j	Sun Jan 26 14:16:30 2020 +0000
+++ b/progs/test-small.j	Mon Jan 27 10:11:44 2020 +0000
@@ -19,11 +19,11 @@
 .method public static main([Ljava/lang/String;)V
    .limit locals 200
    .limit stack 200
-   ldc 1
+$\mbox{}\hfill\tikz[remember picture] \node[] (LA) {};$  ldc 1 
    ldc 2
-   iadd
-   istore 0
-   iload 0
-   invokestatic test/test/write(I)V
+   iadd        
+$\tikz[remember picture] \node[] (LB) {};$  istore 0 
+$\tikz[remember picture] \node[] (LC) {};$  iload 0     
+$\tikz[remember picture] \node[] (LD) {};$  invokestatic test/test/write(I)V 
    return
 .end method