Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ OpCodeValues

Enumerator
Nop 
Break 
Ldarg_0 
Ldarg_1 
Ldarg_2 
Ldarg_3 
Ldloc_0 
Ldloc_1 
Ldloc_2 
Ldloc_3 
Stloc_0 
Stloc_1 
Stloc_2 
Stloc_3 
Ldarg_S 
Ldarga_S 
Starg_S 
Ldloc_S 
Ldloca_S 
Stloc_S 
Ldnull 
Ldc_I4_M1 
Ldc_I4_0 
Ldc_I4_1 
Ldc_I4_2 
Ldc_I4_3 
Ldc_I4_4 
Ldc_I4_5 
Ldc_I4_6 
Ldc_I4_7 
Ldc_I4_8 
Ldc_I4_S 
Ldc_I4 
Ldc_I8 
Ldc_R4 
Ldc_R8 
Dup 
Pop 
Jmp 
Call 
Calli 
Ret 
Br_S 
Brfalse_S 
Brtrue_S 
Beq_S 
Bge_S 
Bgt_S 
Ble_S 
Blt_S 
Bne_Un_S 
Bge_Un_S 
Bgt_Un_S 
Ble_Un_S 
Blt_Un_S 
Br 
Brfalse 
Brtrue 
Beq 
Bge 
Bgt 
Ble 
Blt 
Bne_Un 
Bge_Un 
Bgt_Un 
Ble_Un 
Blt_Un 
Switch 
Ldind_I1 
Ldind_U1 
Ldind_I2 
Ldind_U2 
Ldind_I4 
Ldind_U4 
Ldind_I8 
Ldind_I 
Ldind_R4 
Ldind_R8 
Ldind_Ref 
Stind_Ref 
Stind_I1 
Stind_I2 
Stind_I4 
Stind_I8 
Stind_R4 
Stind_R8 
Add 
Sub 
Mul 
Div 
Div_Un 
Rem 
Rem_Un 
And 
Or 
Xor 
Shl 
Shr 
Shr_Un 
Neg 
Not 
Conv_I1 
Conv_I2 
Conv_I4 
Conv_I8 
Conv_R4 
Conv_R8 
Conv_U4 
Conv_U8 
Callvirt 
Cpobj 
Ldobj 
Ldstr 
Newobj 
Castclass 
Isinst 
Conv_R_Un 
Unbox 
Throw 
Ldfld 
Ldflda 
Stfld 
Ldsfld 
Ldsflda 
Stsfld 
Stobj 
Conv_Ovf_I1_Un 
Conv_Ovf_I2_Un 
Conv_Ovf_I4_Un 
Conv_Ovf_I8_Un 
Conv_Ovf_U1_Un 
Conv_Ovf_U2_Un 
Conv_Ovf_U4_Un 
Conv_Ovf_U8_Un 
Conv_Ovf_I_Un 
Conv_Ovf_U_Un 
Box 
Newarr 
Ldlen 
Ldelema 
Ldelem_I1 
Ldelem_U1 
Ldelem_I2 
Ldelem_U2 
Ldelem_I4 
Ldelem_U4 
Ldelem_I8 
Ldelem_I 
Ldelem_R4 
Ldelem_R8 
Ldelem_Ref 
Stelem_I 
Stelem_I1 
Stelem_I2 
Stelem_I4 
Stelem_I8 
Stelem_R4 
Stelem_R8 
Stelem_Ref 
Ldelem 
Stelem 
Unbox_Any 
Conv_Ovf_I1 
Conv_Ovf_U1 
Conv_Ovf_I2 
Conv_Ovf_U2 
Conv_Ovf_I4 
Conv_Ovf_U4 
Conv_Ovf_I8 
Conv_Ovf_U8 
Refanyval 
Ckfinite 
Mkrefany 
Ldtoken 
Conv_U2 
Conv_U1 
Conv_I 
Conv_Ovf_I 
Conv_Ovf_U 
Add_Ovf 
Add_Ovf_Un 
Mul_Ovf 
Mul_Ovf_Un 
Sub_Ovf 
Sub_Ovf_Un 
Endfinally 
Leave 
Leave_S 
Stind_I 
Conv_U 
Prefix7 
Prefix6 
Prefix5 
Prefix4 
Prefix3 
Prefix2 
Prefix1 
Prefixref 
Arglist 
Ceq 
Cgt 
Cgt_Un 
Clt 
Clt_Un 
Ldftn 
Ldvirtftn 
Ldarg 
Ldarga 
Starg 
Ldloc 
Ldloca 
Stloc 
Localloc 
Endfilter 
Unaligned_ 
Volatile_ 
Tail_ 
Initobj 
Constrained_ 
Cpblk 
Initblk 
Rethrow 
Sizeof 
Refanytype 
Readonly_ 

Definition at line 3 of file OpCodeValues.cs.

4{
5 Nop = 0,
6 Break = 1,
7 Ldarg_0 = 2,
8 Ldarg_1 = 3,
9 Ldarg_2 = 4,
10 Ldarg_3 = 5,
11 Ldloc_0 = 6,
12 Ldloc_1 = 7,
13 Ldloc_2 = 8,
14 Ldloc_3 = 9,
15 Stloc_0 = 10,
16 Stloc_1 = 11,
17 Stloc_2 = 12,
18 Stloc_3 = 13,
19 Ldarg_S = 14,
20 Ldarga_S = 15,
21 Starg_S = 16,
22 Ldloc_S = 17,
23 Ldloca_S = 18,
24 Stloc_S = 19,
25 Ldnull = 20,
26 Ldc_I4_M1 = 21,
27 Ldc_I4_0 = 22,
28 Ldc_I4_1 = 23,
29 Ldc_I4_2 = 24,
30 Ldc_I4_3 = 25,
31 Ldc_I4_4 = 26,
32 Ldc_I4_5 = 27,
33 Ldc_I4_6 = 28,
34 Ldc_I4_7 = 29,
35 Ldc_I4_8 = 30,
36 Ldc_I4_S = 31,
37 Ldc_I4 = 32,
38 Ldc_I8 = 33,
39 Ldc_R4 = 34,
40 Ldc_R8 = 35,
41 Dup = 37,
42 Pop = 38,
43 Jmp = 39,
44 Call = 40,
45 Calli = 41,
46 Ret = 42,
47 Br_S = 43,
48 Brfalse_S = 44,
49 Brtrue_S = 45,
50 Beq_S = 46,
51 Bge_S = 47,
52 Bgt_S = 48,
53 Ble_S = 49,
54 Blt_S = 50,
55 Bne_Un_S = 51,
56 Bge_Un_S = 52,
57 Bgt_Un_S = 53,
58 Ble_Un_S = 54,
59 Blt_Un_S = 55,
60 Br = 56,
61 Brfalse = 57,
62 Brtrue = 58,
63 Beq = 59,
64 Bge = 60,
65 Bgt = 61,
66 Ble = 62,
67 Blt = 63,
68 Bne_Un = 64,
69 Bge_Un = 65,
70 Bgt_Un = 66,
71 Ble_Un = 67,
72 Blt_Un = 68,
73 Switch = 69,
74 Ldind_I1 = 70,
75 Ldind_U1 = 71,
76 Ldind_I2 = 72,
77 Ldind_U2 = 73,
78 Ldind_I4 = 74,
79 Ldind_U4 = 75,
80 Ldind_I8 = 76,
81 Ldind_I = 77,
82 Ldind_R4 = 78,
83 Ldind_R8 = 79,
84 Ldind_Ref = 80,
85 Stind_Ref = 81,
86 Stind_I1 = 82,
87 Stind_I2 = 83,
88 Stind_I4 = 84,
89 Stind_I8 = 85,
90 Stind_R4 = 86,
91 Stind_R8 = 87,
92 Add = 88,
93 Sub = 89,
94 Mul = 90,
95 Div = 91,
96 Div_Un = 92,
97 Rem = 93,
98 Rem_Un = 94,
99 And = 95,
100 Or = 96,
101 Xor = 97,
102 Shl = 98,
103 Shr = 99,
104 Shr_Un = 100,
105 Neg = 101,
106 Not = 102,
107 Conv_I1 = 103,
108 Conv_I2 = 104,
109 Conv_I4 = 105,
110 Conv_I8 = 106,
111 Conv_R4 = 107,
112 Conv_R8 = 108,
113 Conv_U4 = 109,
114 Conv_U8 = 110,
115 Callvirt = 111,
116 Cpobj = 112,
117 Ldobj = 113,
118 Ldstr = 114,
119 Newobj = 115,
120 Castclass = 116,
121 Isinst = 117,
122 Conv_R_Un = 118,
123 Unbox = 121,
124 Throw = 122,
125 Ldfld = 123,
126 Ldflda = 124,
127 Stfld = 125,
128 Ldsfld = 126,
129 Ldsflda = 127,
130 Stsfld = 128,
131 Stobj = 129,
132 Conv_Ovf_I1_Un = 130,
133 Conv_Ovf_I2_Un = 131,
134 Conv_Ovf_I4_Un = 132,
135 Conv_Ovf_I8_Un = 133,
136 Conv_Ovf_U1_Un = 134,
137 Conv_Ovf_U2_Un = 135,
138 Conv_Ovf_U4_Un = 136,
139 Conv_Ovf_U8_Un = 137,
140 Conv_Ovf_I_Un = 138,
141 Conv_Ovf_U_Un = 139,
142 Box = 140,
143 Newarr = 141,
144 Ldlen = 142,
145 Ldelema = 143,
146 Ldelem_I1 = 144,
147 Ldelem_U1 = 145,
148 Ldelem_I2 = 146,
149 Ldelem_U2 = 147,
150 Ldelem_I4 = 148,
151 Ldelem_U4 = 149,
152 Ldelem_I8 = 150,
153 Ldelem_I = 151,
154 Ldelem_R4 = 152,
155 Ldelem_R8 = 153,
156 Ldelem_Ref = 154,
157 Stelem_I = 155,
158 Stelem_I1 = 156,
159 Stelem_I2 = 157,
160 Stelem_I4 = 158,
161 Stelem_I8 = 159,
162 Stelem_R4 = 160,
163 Stelem_R8 = 161,
164 Stelem_Ref = 162,
165 Ldelem = 163,
166 Stelem = 164,
167 Unbox_Any = 165,
168 Conv_Ovf_I1 = 179,
169 Conv_Ovf_U1 = 180,
170 Conv_Ovf_I2 = 181,
171 Conv_Ovf_U2 = 182,
172 Conv_Ovf_I4 = 183,
173 Conv_Ovf_U4 = 184,
174 Conv_Ovf_I8 = 185,
175 Conv_Ovf_U8 = 186,
176 Refanyval = 194,
177 Ckfinite = 195,
178 Mkrefany = 198,
179 Ldtoken = 208,
180 Conv_U2 = 209,
181 Conv_U1 = 210,
182 Conv_I = 211,
183 Conv_Ovf_I = 212,
184 Conv_Ovf_U = 213,
185 Add_Ovf = 214,
186 Add_Ovf_Un = 215,
187 Mul_Ovf = 216,
188 Mul_Ovf_Un = 217,
189 Sub_Ovf = 218,
190 Sub_Ovf_Un = 219,
191 Endfinally = 220,
192 Leave = 221,
193 Leave_S = 222,
194 Stind_I = 223,
195 Conv_U = 224,
196 Prefix7 = 248,
197 Prefix6 = 249,
198 Prefix5 = 250,
199 Prefix4 = 251,
200 Prefix3 = 252,
201 Prefix2 = 253,
202 Prefix1 = 254,
203 Prefixref = 255,
204 Arglist = 65024,
205 Ceq = 65025,
206 Cgt = 65026,
207 Cgt_Un = 65027,
208 Clt = 65028,
209 Clt_Un = 65029,
210 Ldftn = 65030,
211 Ldvirtftn = 65031,
212 Ldarg = 65033,
213 Ldarga = 65034,
214 Starg = 65035,
215 Ldloc = 65036,
216 Ldloca = 65037,
217 Stloc = 65038,
218 Localloc = 65039,
219 Endfilter = 65041,
220 Unaligned_ = 65042,
221 Volatile_ = 65043,
222 Tail_ = 65044,
223 Initobj = 65045,
224 Constrained_ = 65046,
225 Cpblk = 65047,
226 Initblk = 65048,
227 Rethrow = 65050,
228 Sizeof = 65052,
229 Refanytype = 65053,
230 Readonly_ = 65054
231}