Machine code: Difference between revisions

Content deleted Content added
PureFox (talk | contribs)
Added Go
m added whitespace, split three sentences to make the X86 architecture requirement more prominent.
Line 1: Line 1:
{{task}}
{{task}}
The task requires poking machine code directly into memory and executing it. This is strictly for x86 (32 bit) architectures. The machine code is the opcodes of the following simple program:
The task requires poking machine code directly into memory and executing it.

This is strictly for x86 (32 bit) architectures.

The machine code is the opcodes of the following simple program:


<lang asm>mov EAX, [ESP+4]
<lang asm>mov EAX, [ESP+4]