Machine code: Difference between revisions

m
corrected a misspelling in the task's requirements, added a ;Task: section header..
m (added whitespace before the TOC (table of contents).)
m (corrected a misspelling in the task's requirements, added a ;Task: section header..)
Line 15:
("8B" "44" "24" "4" "3" "44" "24" "8" "C3")
 
 
;Task:
Implement the following in your favorite programming language (take the common lisp code as an example if you wish):
<ol>
<li> Poke the above opcodes into a memory pointer</li>
<li>ExcuteExecute it with the following arguments: [ESP+4] => unsigned-byte argument of value 7; [ESP+8] => unsigned-byte argument of value 12; The result would be 19.</li>
<li>Free the Pointer</li>
</ol>