Advertisement
fillano

numericUpDown_cycles_initialize.il

Feb 10th, 2020
510
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. IL_45c7: /* 1A | */ ldc.i4.4
  2. /*Push 4 onto the stack as int32*/
  3.  
  4. IL_45c8: /* 8D | (01)000032 */ newarr [mscorlib/*23000001*/]System.Int32/*01000032*/
  5. /*Create a new array with elements of type [mscorlib]System.Int32*/
  6.  
  7. IL_45cd: /* 0B | */ stloc.1
  8. /*Pop a value from stack into local variable 1*/
  9.  
  10. IL_45ce: /* 07 | */ ldloc.1
  11. /*Load local variable 1 onto stack*/
  12.  
  13. IL_45cf: /* 16 | */ ldc.i4.0
  14. /*Push 0 onto the stack as int32*/
  15.  
  16. IL_45d0: /* 1B | */ ldc.i4.5
  17. /*Push 5 onto the stack as int32*/
  18.  
  19. IL_45d1: /* 9E | */ stelem.i4
  20. /*Replace array element at index with the int32 value on the stack*/
  21.  
  22. IL_45d2: /* 07 | */ ldloc.1
  23. /*Load local variable 1 onto stack*/
  24.  
  25. IL_45d3: /* 17 | */ ldc.i4.1
  26. /*Push 1 onto the stack as int32*/
  27.  
  28. IL_45d4: /* 16 | */ ldc.i4.0
  29. /*Push 0 onto the stack as int32*/
  30.  
  31. IL_45d5: /* 9E | */ stelem.i4
  32. /*Replace array element at index with the int32 value on the stack*/
  33.  
  34. IL_45d6: /* 07 | */ ldloc.1
  35. /*Load local variable 1 onto stack*/
  36.  
  37. IL_45d7: /* 18 | */ ldc.i4.2
  38. /*Push 2 onto the stack as int32*/
  39.  
  40. IL_45d8: /* 16 | */ ldc.i4.0
  41. /*Push 0 onto the stack as int32*/
  42.  
  43. IL_45d9: /* 9E | */ stelem.i4
  44. /*Replace array element at index with the int32 value on the stack*/
  45.  
  46. IL_45da: /* 07 | */ ldloc.1
  47. /*Load local variable 1 onto stack*/
  48.  
  49. IL_45db: /* 19 | */ ldc.i4.3
  50. /*Push 3 onto the stack as int32*/
  51.  
  52. IL_45dc: /* 16 | */ ldc.i4.0
  53. /*Push 0 onto the stack as int32*/
  54.  
  55. IL_45dd: /* 9E | */ stelem.i4
  56. /*Replace array element at index with the int32 value on the stack*/
  57.  
  58. IL_45de: /* 12 | 1D */ ldloca.s V_29
  59. /*Load address of local variable with index indx, short form*/
  60.  
  61. IL_45e0: /* 07 | */ ldloc.1
  62. /*Load local variable 1 onto stack*/
  63.  
  64. IL_45e1: /* 28 | (0A)00007A */ call instance void [mscorlib/*23000001*/]System.Decimal/*01000035*/::.ctor(int32[]) /* 0A00007A */
  65. /*Call method described by method*/
  66.  
  67. IL_45e6: /* 02 | */ ldarg.0
  68. /*Load argument 0 onto the stack*/
  69.  
  70. IL_45e7: /* 7B | (04)000971 */ ldfld class [System.Windows.Forms/*23000009*/]System.Windows.Forms.NumericUpDown/*0100001C*/ best_mouse_clicker_ever.Form1/*02000002*/::numericUpDown_cycles /* 04000971 */
  71. /*Push the value of field of object (or value type) obj, onto the stack*/
  72.  
  73. IL_45ec: /* 11 | 1D */ ldloc.s V_29
  74. /*Load local variable of index indx onto stack, short form*/
  75.  
  76. IL_45ee: /* 28 | (0A)000073 */ call instance void [System.Windows.Forms/*23000009*/]System.Windows.Forms.NumericUpDown/*0100001C*/::set_Value(valuetype [mscorlib/*23000001*/]System.Decimal/*01000035*/) /* 0A000073 */
  77. /*Call method described by method*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement