Self-modifying code: Difference between revisions

Content deleted Content added
wikify -- Wikipedia uses # for numbered lists not <1> <2> ...
No edit summary
Line 79:
(*A means "the ___location to which A points")
 
==TODO==
#an example and discussion of 'high-level' self-modifying code such as in LISP.
# examples and discussion of traditional uses of self-modifying code, such as in graphic Blitting units, specialisation of algorithms (like sort with embed'ing a cmp), and in interpeter kernals.