Content deleted Content added
No edit summary |
m →Pointer instructions - C++/CLI: Tag correct text as {{code}} for automated spell checkers (including Wikipedia:Typo Team/moss) |
||
Line 227:
==Pointer instructions - C++/CLI==
A notable difference from Java's bytecode is that CIL comes with {{code|ldind}}, {{code|stind}}, {{code|ldloca}}, and many call instructions which are enough for data/function pointers manipulation needed to compile C/C++ code into CIL.
<syntaxhighlight lang="cpp">
|