What is the use of trt instruction?
No Answer is Posted For this Question
Be the First to Post Answer
How we can retrieve the instream data in SYSIN ?
Explain how to pass instream data in sysin with assembler?
what is need of start 0? In steed of
Why can only 256 bytes be moved from one address to another in a MVC?
How do you initialize a register to 0000?
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 we can Pass the parameters from JCL to assembler Pgm?
What is house keeping in assembler? And explain the following code HELLOTSO START 0 * PRINT NOGEN BEGIN SAVE (14,12) LR 12,15 USING TYPE,12 ST 13,SAVE+4 LA 11,SAVE ST 11,8(13) LR 13,11
how to access VSAm file
How are data passed from JCL parm to assembler program. And how is data passed from a calling program to an assembler called program.
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 maximum displacement and how to cross this limit?