Runtime evaluation: Difference between revisions

m
m (Added 6502 Assembly)
Line 11:
<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. If you have a way to type numeric values into your program and save them in a contiguous section of memory, and those values are stored as numbers and not ASCII, a <code>JMP</code> to their storage location can be used to execute arbitrary code.
 
=={{header|ALGOL 68}}==
1,489

edits