Advanced Embedded Systems Question:
Download Questions PDF

Tell me how are labels named in assembly language?

Advanced Embedded Systems Interview Question
Advanced Embedded Systems Interview Question

Answer:

☛ Label name should be unique and must contain alphabetic letters in both uppercase and lowercase.
☛ 1st letter should always be an alphabetic letter.
☛ It can also use digits and special characters ?,.,@,_,$.
☛ Label should not be one of the reserved words in assembly language.
☛ These labels make the program much easier to read and maintain.

Download Advanced Embedded Systems Interview Questions And Answers PDF

Previous QuestionNext Question
Explain me what is interrupt latency and how can we decrease it?Explain me what are the essential components of embedded system?