Self-modifying code: Difference between revisions

Content deleted Content added
No edit summary
m removed a few redundant links
Line 32:
when STATE has to switch {
replace [[opcode]] at address 'l0' with [[opcode]] to decrease
}
 
Note that 2-state replacement of the [[opcode]], can be easly written as
'xor var at address with the value "opcodeOf(Inc) xor opcodeOf(dec)"'