Advanced Embedded Systems Question:

Tell me are all the bits of flag register used in 8051?

Answer:

☛ The flag register also called as the program status word uses only 6 bits.
☛ The two unused bits are user defineable flags.
☛ Carry, auxillary carry, parity and overflow flags are the conditional flags used in it.
☛ PSW.1 is a user definable bit and PSW.5 can be used as general purpose bit.
☛ Rest all flags indicate some or the other condition of an arithmetic operation.

Download Advanced Embedded Systems PDF Read All 76 Advanced Embedded Systems Questions
Previous QuestionNext Question
Explain me which 8051 version uses Flash ROM?Explain which 2 ports combine to form the 16 bit address for external memory access?