associating program statements with their appropriate assembly language sequence in the statement above, the assembly language sequence might be as follows: ld [B], %r0, %r1 !get variable B into a register. add %r1, 4, %r2 !compute the value of the expression. st %r2, %r0, [A] !make the assignment.