
20.12.2009, 00:44
|
|
Постоянный
Регистрация: 08.04.2007
Сообщений: 853
С нами:
10048706
Репутация:
1540
|
|
по-моему ответ где-то тут
Код:
.method private hidebysig static void Main() cil managed
{
.entrypoint
// Code size 47 (0x2f)
.maxstack 2
.locals init (uint8 V_0,
bool V_1)
IL_0000: nop
IL_0001: ldc.i4.0
IL_0002: stloc.0
IL_0003: br.s IL_001b
IL_0005: ldstr "{0}"
IL_000a: ldloc.0
IL_000b: box [mscorlib]System.Byte
IL_0010: call void [mscorlib]System.Console::WriteLine(string,
object)
IL_0015: nop
IL_0016: ldloc.0
IL_0017: ldc.i4.1
IL_0018: add
IL_0019: conv.u1
IL_001a: stloc.0
IL_001b: ldloca.s V_0
IL_001d: ldc.i4 0xff
IL_0022: call instance int32 [mscorlib]System.Byte::CompareTo(uint8)
IL_0027: ldc.i4.0
IL_0028: clt
IL_002a: stloc.1
IL_002b: ldloc.1
IL_002c: brtrue.s IL_0005
IL_002e: ret
} // end of method c::Main
|
|
|