Advertisement
Guest User

Untitled

a guest
Apr 1st, 2020
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. .source Test.j
  2. .class public Test
  3. .super java/lang/Object
  4.  
  5. .method public <init>()V
  6. aload_0
  7. invokenonvirtual java/lang/Object/<init>()V
  8. return
  9. .end method
  10.  
  11. .method public static main([Ljava/lang/String;)V
  12. ldc 2 ;0
  13. istore 1 ;1
  14. getstatic java/lang/System/out Ljava/io/PrintStream; ;0
  15. iload 1 ;1
  16. ldc 5 ;2
  17. imul ;3
  18. invokevirtual java/io/PrintStream/println(I)V ;2
  19. iload 1 ;0
  20. ldc 2 ;1
  21. idiv ;2
  22. istore 2 ;1
  23. getstatic java/lang/System/out Ljava/io/PrintStream; ;0
  24. ldc 4 ;1
  25. iload 1 ;2
  26. ldc 3 ;3
  27. iload 2 ;4
  28. isub ;5
  29. imul ;4
  30. iadd ;3
  31. invokevirtual java/io/PrintStream/println(I)V ;2
  32. ldc 6 ;0
  33. istore 1 ;1
  34. getstatic java/lang/System/out Ljava/io/PrintStream; ;0
  35. iload 1 ;1
  36. invokevirtual java/io/PrintStream/println(I)V ;2
  37. return
  38. .limit stack 5
  39. .limit locals 3
  40. .end method
  41.  
  42. ; symbols: [args, x, y]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement