Self-modifying code: Difference between revisions

Content deleted Content added
..or.. I think this was the orignal meaning..
no need for a label
Line 26:
 
repeat N times {
 
l0:
''increase'' A by one
do something with A
}
when STATE has to switch {
replace the [[opcode]] at"increase" address 'l0'above with the opcode to decrease
}