Monday 17 October 2011

What is difference between DATA LABEL and CODE LABEL?

Data Label is the label that we use to define data as we defined memory locations num1,num2 ....etc in our programs. Code Label is the label that we have on code as we see in case of conditional jump (Label l1) and is normally used for loop control statements.

No comments:

Post a Comment