Machine code: Difference between revisions

m
added whitespace, split three sentences to make the X86 architecture requirement more prominent.
(Added Go)
m (added whitespace, split three sentences to make the X86 architecture requirement more prominent.)
Line 1:
{{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:
 
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]