Advertisement
StefanBashkir

Untitled

May 12th, 2014
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.90 KB | None | 0 0
  1. -- dumped info about following code:
  2.  
  3. print("g")
  4.   local a = 5
  5. ----------------------
  6.  
  7. 1 table: 11F7F0A0
  8. -- a 0
  9. -- Write table: 11F78530
  10. ---- 1 table: 11F79F10
  11. ------ index 0
  12. ------ type Reg
  13. -- JumpTo table: 11F7E650
  14. -- Instruction table: 1A8AD160
  15. ---- Opcode 5
  16. ---- Name GETGLOBAL
  17. ---- Format ABx
  18. -- Read table: 11F79190
  19. ---- 1 table: 11F79850
  20. ------ value print
  21. ------ type Const
  22. -- Name GETGLOBAL
  23. -- JumpTargetOf table: 11F7A330
  24. -- Location 1
  25. -- bx 0
  26. 2 table: 11F78B60
  27. -- a 1
  28. -- Write table: 11F753B0
  29. ---- 1 table: 11F7D180
  30. ------ index 1
  31. ------ type Reg
  32. -- JumpTo table: 11F75DA0
  33. -- Instruction table: 1A8AE750
  34. ---- Opcode 1
  35. ---- Name LOADK
  36. ---- Format ABx
  37. -- Read table: 11F75350
  38. ---- 1 table: 11F74540
  39. ------ value g
  40. ------ type Const
  41. -- Name LOADK
  42. -- JumpTargetOf table: 11F7B860
  43. -- Location 2
  44. -- bx 1
  45. 3 table: 11F79BE0
  46. -- a 0
  47. -- Write table: 11F7B2C0
  48. ---- 1 table: 11F71DE0
  49. ------ index 0
  50. ------ type Reg
  51. -- b 2
  52. -- JumpTo table: 11F772A0
  53. -- Instruction table: 1A8A7E50
  54. ---- Opcode 28
  55. ---- Name CALL
  56. ---- Format ABC
  57. -- Read table: 11F7FE50
  58. ---- 1 table: 11F7A5A0
  59. ------ index 0
  60. ------ type Reg
  61. -- Name CALL
  62. -- JumpTargetOf table: 11F7C100
  63. -- Location 3
  64. -- c 1
  65. 4 table: 11F7CD60
  66. -- a 0
  67. -- Write table: 11F80900
  68. ---- 1 table: 11F75080
  69. ------ index 0
  70. ------ type Reg
  71. -- JumpTo table: 11F72140
  72. -- Instruction table: 1A8AE750
  73. ---- Opcode 1
  74. ---- Name LOADK
  75. ---- Format ABx
  76. -- Read table: 11F7E0B0
  77. ---- 1 table: 11F772D0
  78. ------ value 5
  79. ------ type Const
  80. -- Name LOADK
  81. -- JumpTargetOf table: 11F7A420
  82. -- Location 4
  83. -- bx 2
  84. 5 table: 11F778A0
  85. -- a 0
  86. -- Write table: 11F78A70
  87. -- b 1
  88. -- JumpTo table: 11F72560
  89. -- Instruction table: 1A8A93E0
  90. ---- Opcode 30
  91. ---- Name RETURN
  92. ---- Format ABC
  93. -- Read table: 11F71F00
  94. ---- 1 table: 11F7D600
  95. ------ type Reg
  96. ------ index 0
  97. ------ Vararg true
  98. -- Name RETURN
  99. -- JumpTargetOf table: 11F7E410
  100. -- Location 5
  101. -- c 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement