Write an instruction sequence to perform the operations equivalent to those performed by the following high-level language statements:
I = 11
J = 33
K = I + J - 5
Assume that variables I, J, and K are located at $1000, $1005, and $1010, respectively.