Match the following instruction mnemonics with their description. A. CJNE A,direct,rel ———— 1. Compare immediate to indirect and Jump if not equal B. CJNE A,#data,rel ———— 2. Compare direct byte to accumulator and Jump if not equal C. CJNE @Ri, #data,rel ——- 3. Compare immediate to register and Jump if not equal D. CJNE Rn, # data rel ——– 4. Compare immediate to accumulator and Jump if not equal

🎲 Try a Random Question  |  Total Questions in Quiz: 265  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Microcontrollers and Applications MCQs — practice the complete quiz, review flashcards, or try a random question.


Match the following instruction mnemonics with their description. A. CJNE A,direct,rel ———— 1. Compare immediate to indirect and Jump if not equal B. CJNE A,#data,rel ———— 2. Compare direct byte to accumulator and Jump if not equal C. CJNE @R<sub>i</sub>, #data,rel ——- 3. Compare immediate to register and Jump if not equal D. CJNE R<sub>n</sub>, # data rel ——– 4. Compare immediate to accumulator and Jump if not equal