Explain about maximum displacement?
No Answer is Posted For this Question
Be the First to Post Answer
How do you round the addition or subtraction of two numbers in assembler?
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).
Explain about base register?
What is maximum displacement and how to cross this limit?
How are data passed from JCL parm to assembler program. And how is data passed from a calling program to an assembler called program.
registers(0-15) ,where they are going be resides., does that mean here is it resides whether real or virtual memory? and why? then why we are assign even registers(0 to 6) for FP operations????
How to pass instream data in sysin with Assembler?
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
How we can retrieve the instream data in SYSIN ?
Why can only 256 bytes be moved from one address to another in a MVC?
what is need of start 0? In steed of
How is data passed from a calling program to an assembler called program?