What is the immediate addressing mode?
Answers were Sorted based on User's Feedback
Answer / aravind
immediate addressing mode is
for example
mov r0,#50h;
here # only indicates immediate addressing,if you forget to use # than it will be direct addressing mode
| Is This Answer Correct ? | 6 Yes | 8 No |
Answer / yasmeen sultana
immediate addressing mode operand is always the data
for ex mov ax,60h
| Is This Answer Correct ? | 16 Yes | 29 No |
What the sp register does in a program?
What is a linker?
What number of the times the instruction sequence below will loop before coming out of loop is MOV AL, 00hA1: INC AL JNZ A1
What jobs alu of 8085 can perform?
What is the software interrupts of 8085?
What is the function of eu?
Explain the pointers and index group of registers
Describe the non-vectored interrupt process?
write an assembly code which can call function in a loop with al value from 0 to 9
Why are program counter and stack pointer 16-bit registers?
6 Answers College School Exams Tests, HCL,
Which interrupt has highest priority?
Define edge or level sensitive interrupts?