Microprocessor ________is the only non-vectored interrupt in 8085 microprocessor. TRAP RST 5.5 RST 7 INTR TRAP RST 5.5 RST 7 INTR ANSWER DOWNLOAD EXAMIANS APP
Microprocessor The stack pointer register in a microprocessor keeps the address of the next instruction to be fetched holds the address of the top of the stack counts the number of instructions being executing on the microprocessor counts the number of programs being executing on the microprocessor keeps the address of the next instruction to be fetched holds the address of the top of the stack counts the number of instructions being executing on the microprocessor counts the number of programs being executing on the microprocessor ANSWER DOWNLOAD EXAMIANS APP
Microprocessor Each instruction in assembly language program has the following fields:Lable fieldMnemonic fieldOperand fieldComment fieldThe correct sequence of these fields is? 2, 1, 4, 3 2, 1, 3, 4 1, 2, 3, 4 1, 2, 4, 3 2, 1, 4, 3 2, 1, 3, 4 1, 2, 3, 4 1, 2, 4, 3 ANSWER DOWNLOAD EXAMIANS APP
Microprocessor CALL instruction is a ______ instruction. 4 bytes 3 bytes 1 bytes 2 bytes 4 bytes 3 bytes 1 bytes 2 bytes ANSWER DOWNLOAD EXAMIANS APP
Microprocessor In 8085 microprocessor system with memory mapped I/O, which of the following is true? There can be maximum of 256 input devices and 256 output devices Devices have 8-bit address line Devices are accessed using IN and OUT instructions Arithmetic and logic operations can be directly performed with the I/O data There can be maximum of 256 input devices and 256 output devices Devices have 8-bit address line Devices are accessed using IN and OUT instructions Arithmetic and logic operations can be directly performed with the I/O data ANSWER DOWNLOAD EXAMIANS APP
Microprocessor A good assembly language programmer should use general purpose registers rather than memory in maximum possible ways for data processing. This is because: Data processing with registers takes fewer cycles than that with memory Data processing with registers is easier than with memory Data processing with memory requires more instructions in the program than that with registers Of limited set of instructions for data processing with memory Data processing with registers takes fewer cycles than that with memory Data processing with registers is easier than with memory Data processing with memory requires more instructions in the program than that with registers Of limited set of instructions for data processing with memory ANSWER DOWNLOAD EXAMIANS APP