How many machine cycles are wasted in the NOP instruction of the 8051 microcontroller?
How many clocks will be used in asynchronous transmission of signals in 8051 microcontroller ?
What category do all conditional jumps fall under?
Which instructions is for returning from a subroutine in a 8051 microcontroller ?
A given memory chip has 12 address pins and 4 data pins. What is the organization?
If A = 0011 0110, what will be the status of A after the execution of 'RR A'?
What is the status of the CY (carry) and P (parity) flags after adding 38H to 2FH?
In the 8051 microcontroller, if the TCON register value is 1000 0010, then the operating voltage is reduced by _____ volts.
In the operation of Adding 02H and 5BH what will be the status of carry and parity flags?
Given the following assembly code:
MOV A, #62H
SUBB A, #96H
What is the value in register A and the Carry flag (CY)?