Advanced Embedded Systems Question:

Download Job Interview Questions and Answers PDF

Please explain DB?

Advanced Embedded Systems Interview Question
Advanced Embedded Systems Interview Question

Answer:

☛ DB is called as define byte used as a directive in the assembler.
☛ It is used to define the 8 bit data in binary ,hexadecimal or decimal formats.
☛ It is the only directive that can be used to define ASCII strings larger than two characters.
☛ DB is also used to allocate memory in byte sized chunks.
☛ The assembler always converts the numbers lnto hexadecimal.

Download Advanced Embedded Systems Interview Questions And Answers PDF

Previous QuestionNext Question
Explain me what is the purpose of using critical sections?Explain me can single bit of a port be accessed in 8051?