Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Commit ae73254

Browse files
author
ᘡ˚
authored
(MSIL) eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
1 parent 88f229e commit ae73254

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

e.il

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
.class private auto ansi beforefieldinit eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
2+
extends [mscorlib]System.Object
3+
{
4+
.method private hidebysig static
5+
void Main (
6+
string[] args
7+
) cil managed
8+
{
9+
.maxstack 1
10+
.entrypoint
11+
.locals init (
12+
[0] bool
13+
)
14+
15+
IL_0000: nop
16+
IL_0001: br.s IL_000B
17+
// (char)101 == 'e'
18+
IL_0003: ldc.i4.s 101
19+
IL_0005: call void [mscorlib]System.Console::Write(char)
20+
IL_000A: nop
21+
IL_000B: ldc.i4.1
22+
IL_000C: stloc.0
23+
IL_000D: br.s IL_0003
24+
}
25+
26+
.method public hidebysig specialname rtspecialname
27+
instance void .ctor () cil managed
28+
{
29+
.maxstack 8
30+
31+
IL_0000: ldarg.0
32+
IL_0001: call instance void [mscorlib]System.Object::.ctor()
33+
IL_0006: nop
34+
IL_0007: ret
35+
}
36+
}

0 commit comments

Comments
 (0)