Skip to content

Instantly share code, notes, and snippets.

@martintrojer
Created January 29, 2012 09:43
Show Gist options
  • Save martintrojer/1698056 to your computer and use it in GitHub Desktop.
Save martintrojer/1698056 to your computer and use it in GitHub Desktop.
javascript rant
<script type="text/il-bc">
public static void addInt();
Code:
0: bipush 6
2: istore_0
3: bipush 17
5: istore_1
6: iload_0
7: iload_1
8: iadd
9: istore_2
10: return
</script>
<script type="text/il-base64">
TWFuIGlzIGRpc3Rpbmd1aXNoZWQsIG5vdCBvbmx5IGJ5IGhpcyByZWFzb24sIGJ1dCBieSB0aGlz
IHNpbmd1bGFyIHBhc3Npb24gZnJvbSBvdGhlciBhbmltYWxzLCB3aGljaCBpcyBhIGx1c3Qgb2Yg
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment