Advanced Embedded Systems Question:
Download Job Interview Questions and Answers PDF
What is JNC?
Answer:
☛ It is a command used to jump if no carry occurs after an arithematic operation.
☛ It is called as jump if no carry( conditional jump instruction).
☛ Here the carry flag bit in PSW register is used to make decision.
☛ The processor looks at the carry flag to see if it is raised or not.
☛ If carry flag is 0 ,CPU fetches instructions from the address of the label.
☛ It is called as jump if no carry( conditional jump instruction).
☛ Here the carry flag bit in PSW register is used to make decision.
☛ The processor looks at the carry flag to see if it is raised or not.
☛ If carry flag is 0 ,CPU fetches instructions from the address of the label.
Download Advanced Embedded Systems Interview Questions And Answers
PDF
Previous Question | Next Question |
Tell us what is semaphore? | Explain me what is the need for an infinite loop in Embedded systems? |