1 2 3 4 5 6 7
read(MEM[5]); read(MEM[5]); ... raise_exception(); data = read(MEM[7]); read(MEM[data]) ...