Self-modifying code: Difference between revisions

Content deleted Content added
Smaffy (talk | contribs)
mNo edit summary
Highlighting correction. Punctuation correction. Context-setting (There wasn't any! Now there is.).
Line 1:
SelfmodifyingIn [[computer programming]], '''self-modifying code''' is simply code that modifies itself. This is impossible to do without the use of [[assembly language]] as high level langugages (HLL's) simply cannot describe how to do such an advaced operation.
 
example algorithm (theoretic!)