Why do we use "drop"?
No Answer is Posted For this Question
Be the First to Post Answer
Write the fetch cycle and execute cycle for following instructions:JMPNZ (jump to the given address if the accumulator not equal to zero) RET(return from a subroutine) ADB (add the contents of register B to the accumulator and save result in the accumulator).
Is it possible to access some memory location (Ex: VAR1 DS P) without using Base Displacement?
How we can retrieve the instream data in SYSIN ?
Explain how to initialize a register to 0000?
What does LA R3,R3 ?
Can we use an equated value as operand for an MVC instruction? Reason for the same
What is base register?
Explain the difference in data type "x" and "p"?
How do you round the addition or subtraction of two numbers in assembler? what does the following code do? AP WKUR,=P'5' where WKUR is a label
Why can only 256 bytes be moved from one address to another in a MVC?
Why do we use "drop"?
Explain about maximum displacement?