Runtime evaluation: Difference between revisions

Content added Content deleted
m (Added 6502 Assembly)
Line 10: Line 10:
For a more constrained task giving a specific program fragment to evaluate, see [[Eval in environment]].
For a more constrained task giving a specific program fragment to evaluate, see [[Eval in environment]].
<br><br>
<br><br>
=={{header|6502 Assembly}}==
The 6502 can execute code at runtime through the use of self-modifying code, provided that the code runs in RAM. For programs that are defined in ROM, the code can be copied to RAM and executed from RAM.


=={{header|ALGOL 68}}==
=={{header|ALGOL 68}}==