Self-modifying code: Difference between revisions

Content deleted Content added
m WP:ADOPTYPO boolean -> Boolean
Application in low and high level languages: switched creating to creation in {'''creation or modification of source code statements'''} for grammar reasons
 
Line 25:
* '''overlay of existing instructions''' (or parts of instructions such as opcode, register, flags or addresses) or
* '''direct creation of whole instructions''' or sequences of instructions in memory
* '''creatingcreation or modification of [[source code]] statements''' followed by a 'mini compile' or a dynamic interpretation (see [[eval]] statement)
* '''creating an entire program dynamically''' and then executing it