how to initialize a register to 0000?
No Answer is Posted For this Question
Be the First to Post Answer
How many maximum base registers we can have in a program?
Why do we have multiple base registers in certain programs?
How to pass instream data in sysin with Assembler?
explain about maximum displacement and how to cross this limit?
explain icm instruction?
How are data passed from JCL parm to assembler program. And how is data passed from a calling program to an assembler called program.
how to retrieve the instream data in sysin?
Why do we use "drop"?
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 maximum displacement and how to cross this limit?
How do you round the addition or subtraction of two numbers in 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