Last active
December 16, 2018 00:46
-
-
Save junwatu/c95a76c58e34936829df3f8be603e8f8 to your computer and use it in GitHub Desktop.
IL Hello
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.method public hidebysig static | |
string Mendal ( | |
string str | |
) cil managed | |
{ | |
// Method begins at RVA 0x2050 | |
// Code size 7 (0x7) | |
.maxstack 1 | |
.locals init ( | |
[0] string | |
) | |
//************************************************** | |
// Kode operasi yang perlu diperhatika (dipelajari) | |
//************************************************** | |
IL_0000: nop | |
IL_0001: ldarg.0 | |
IL_0002: stloc.0 | |
IL_0003: br.s IL_0005 | |
IL_0005: ldloc.0 | |
IL_0006: ret | |
//*************************************************** | |
} // end of method Hello::Mendal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment