Machine Instructions Example 2
1) LOAD a register with a value in memory
2) LOAD another register with another value in memory
3) If this second value is zero, jump to step 6.
4) Divide the contents of the first register by the contents of the second register and put the result in the accumulator
5) STORE the contents of the accumulator in memory