Sequence of VM/cache accesses and updates that result from executing the program seg: add $t0,$t1,$t2 sll $t0,$t0,2 ... (The contents of each line--the part after the initial step number--should be in the form "vm #" or "cache #", where "#" is a number between 1 and 16.) 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20