What, if anything, is the difference between the following two sequences of instructions for adding the value 2 to the variable X?
LOAD X INCREMENT X
ADD TWO INCREMENT X
.
.
TWO: DATA 2