how to retrieve the instream data in sysin?
No Answer is Posted For this Question
Be the First to Post Answer
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
What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?
How do you initialize a register to 0000?
how to pass the parameters from jcl to assembler pgm?
How to pass the parameters from jcl to assembler program?
Explain about house keeping in assembler?
how to find the dump
cobol and assembler access
Explain about maximum displacement?
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
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).
Why do we have multiple base registers in certain programs?