Microprocessor
Which one of the following instruction may be used to clear the accumulator content irrespective of its initial value?

 CLR A
 ORA A
 MOV A, 00H
 SUB A

ANSWER DOWNLOAD EXAMIANS APP

Microprocessor
How can we make any bit of a register “1”?

 OR that bit with “0” and remaining bits with “1”.
 OR that bit with “1” and remaining bits with “0”.
 AND that bit with “1” and remaining bits with “0”.
 AND that bit with “0” and remaining bits with “1”.

ANSWER DOWNLOAD EXAMIANS APP