Self-modifying code: Difference between revisions

Content deleted Content added
m spelling edit
Chris Roy (talk | contribs)
m basicly->basically
Line 96:
;
 
What this code does is basiclybasically that it changes the execution flow, and determines by [[brute force]] how large the PIQ is. "How far away does I have to change the code in front of me for it to change the value in ax?", if it is too near (it is already in the PIQ) the update will not have any affect.
 
 
==Example algorithm (theoretical!)==