Skip to content

Instantly share code, notes, and snippets.

@zivce
Created April 1, 2021 13:14
Show Gist options
  • Save zivce/762356ebf57ff5f7e566c3a4e9866f4a to your computer and use it in GitHub Desktop.
Save zivce/762356ebf57ff5f7e566c3a4e9866f4a to your computer and use it in GitHub Desktop.
IL_0000: ldc.i4.0
IL_0001: stloc.0
IL_0002: br.s IL_0008
IL_0004: ldloc.0
IL_0005: ldc.i4.1
IL_0006: add
IL_0007: stloc.0
IL_0008: ldloc.0
IL_0009: ldc.i4.5
IL_000A: blt.s IL_0004
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment