Advanced Embedded Systems Question: Download Advanced Embedded Systems PDF

Please explain DB?

Tweet Share WhatsApp

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 PDF Read All 76 Advanced Embedded Systems Questions
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?