Machine code: Difference between revisions

Content added Content deleted
(Note to the D entry)
m (Fixed comment in D entry)
Line 149: Line 149:


Generally new operating systems forbid execution of any address unless it's known to contain executable code. This is a basic version that unlike the C entry executes from array memory. This may crash on some operating systems.
Generally new operating systems forbid execution of any address unless it's known to contain executable code. This is a basic version that unlike the C entry executes from array memory. This may crash on some operating systems.
This is a basic versi
<lang d>int test(in int a, in int b) pure nothrow @nogc {
<lang d>int test(in int a, in int b) pure nothrow @nogc {
/*
/*