; sequence of dependent operations .ORIG x3000 AND R0, R0, #0 ADD R1, R0, #4 ADD R2, R1, #3 ADD R3, R1, R2 HALT .END