What is difference between DATA LABEL and CODE LABEL?

No Comments
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.
Next PostNewer Post Previous PostOlder Post Home

0 comments

Post a Comment