// Microsoft (R) .NET Framework IL Disassembler. Version 3.5.30729.1 // Copyright (c) Microsoft Corporation. All rights reserved. // Metadata version: v4.0.30319 .assembly extern mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4.. .ver 4:0:0:0 } .assembly '03.operators2' { // --- The following custom attribute is added automatically, do not uncomment ------- // .custom instance void [mscorlib]System.Diagnostics.DebuggableAttribute::.ctor(valuetype [mscorlib]System.Diagnostics.DebuggableAttribute/DebuggingModes) = ( 01 00 02 00 00 00 00 00 ) .custom instance void [mscorlib]System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::.ctor() = ( 01 00 01 00 54 02 16 57 72 61 70 4E 6F 6E 45 78 // ....T..WrapNonEx 63 65 70 74 69 6F 6E 54 68 72 6F 77 73 01 ) // ceptionThrows. .hash algorithm 0x00008004 .ver 0:0:0:0 } .module '03.operators2.exe' // MVID: {6DD7754D-4A4D-44C1-92BA-9DF4FEC68D1D} .imagebase 0x00400000 .file alignment 0x00000200 .stackreserve 0x00100000 .subsystem 0x0003 // WINDOWS_CUI .corflags 0x00000001 // ILONLY // Image base: 0x030E0000 // =============== CLASS MEMBERS DECLARATION =================== .class public auto ansi beforefieldinit FL_Program extends [mscorlib]System.Object { .field public float64 A .field public float64 B .field public float64 C .method public hidebysig specialname rtspecialname instance void .ctor() cil managed { // Code size 7 (0x7) .maxstack 8 IL_0000: ldarg.0 IL_0001: call instance void [mscorlib]System.Object::.ctor() IL_0006: ret } // end of method FL_Program::.ctor .method public hidebysig instance void FL_Main() cil managed { // Code size 206 (0xce) .maxstack 3 .locals init (bool V_0) IL_0000: ldarg.0 IL_0001: ldc.r8 1 IL_000a: stfld float64 FL_Program::A IL_000f: ldarg.0 IL_0010: ldc.r8 2 IL_0019: stfld float64 FL_Program::B IL_001e: ldarg.0 IL_001f: ldarg.0 IL_0020: ldfld float64 FL_Program::A IL_0025: ldarg.0 IL_0026: ldfld float64 FL_Program::B IL_002b: add IL_002c: stfld float64 FL_Program::C IL_0031: ldarg.0 IL_0032: ldarg.0 IL_0033: ldfld float64 FL_Program::A IL_0038: ldarg.0 IL_0039: ldfld float64 FL_Program::B IL_003e: sub IL_003f: stfld float64 FL_Program::C IL_0044: ldarg.0 IL_0045: ldarg.0 IL_0046: ldfld float64 FL_Program::A IL_004b: ldarg.0 IL_004c: ldfld float64 FL_Program::B IL_0051: mul IL_0052: stfld float64 FL_Program::C IL_0057: ldarg.0 IL_0058: ldarg.0 IL_0059: ldfld float64 FL_Program::A IL_005e: ldarg.0 IL_005f: ldfld float64 FL_Program::B IL_0064: div IL_0065: stfld float64 FL_Program::C IL_006a: ldarg.0 IL_006b: ldfld float64 FL_Program::A IL_0070: ldarg.0 IL_0071: ldfld float64 FL_Program::B IL_0076: ceq IL_0078: stloc.0 IL_0079: ldarg.0 IL_007a: ldfld float64 FL_Program::A IL_007f: ldarg.0 IL_0080: ldfld float64 FL_Program::B IL_0085: ceq IL_0087: ldc.i4.0 IL_0088: ceq IL_008a: stloc.0 IL_008b: ldarg.0 IL_008c: ldfld float64 FL_Program::A IL_0091: ldarg.0 IL_0092: ldfld float64 FL_Program::B IL_0097: cgt IL_0099: stloc.0 IL_009a: ldarg.0 IL_009b: ldfld float64 FL_Program::A IL_00a0: ldarg.0 IL_00a1: ldfld float64 FL_Program::B IL_00a6: clt IL_00a8: stloc.0 IL_00a9: ldarg.0 IL_00aa: ldfld float64 FL_Program::A IL_00af: ldarg.0 IL_00b0: ldfld float64 FL_Program::B IL_00b5: clt.un IL_00b7: ldc.i4.0 IL_00b8: ceq IL_00ba: stloc.0 IL_00bb: ldarg.0 IL_00bc: ldfld float64 FL_Program::A IL_00c1: ldarg.0 IL_00c2: ldfld float64 FL_Program::B IL_00c7: cgt.un IL_00c9: ldc.i4.0 IL_00ca: ceq IL_00cc: stloc.0 IL_00cd: ret } // end of method FL_Program::FL_Main .method public hidebysig static void Main(string[] args) cil managed { .entrypoint // Code size 11 (0xb) .maxstack 8 IL_0000: newobj instance void FL_Program::.ctor() IL_0005: call instance void FL_Program::FL_Main() IL_000a: ret } // end of method FL_Program::Main } // end of class FL_Program // ============================================================= // *********** DISASSEMBLY COMPLETE *********************** // WARNING: Created Win32 resource file 03.operators2.ilasm.res