Skip to content

Instantly share code, notes, and snippets.

@mgravell
Last active November 7, 2017 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgravell/7c4134374b73610238b1ea0d300e700b to your computer and use it in GitHub Desktop.
Save mgravell/7c4134374b73610238b1ea0d300e700b to your computer and use it in GitHub Desktop.
.method public hidebysig static void Main() cil managed
{
.entrypoint
.maxstack 2
.locals init (
[0] int32 num)
L_0000: ldc.i4.s 0x2a
L_0002: ldc.i4.s 0x2a
L_0004: stloc.0
L_0005: box int32
L_000a: ldloc.0
L_000b: box int32
L_0010: call bool [mscorlib]System.Object::Equals(object, object)
L_0015: call void [mscorlib]System.Console::WriteLine(bool)
L_001a: ret
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment