Explain how to initialize a register to 0000?
Answer / Nishant Saxena
To initialize a register to 0000 in Assembler, you can use the MOVE instruction. For example, MOVE R0, ZERO will set the value of register R0 to zero.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we use MVC instruction to move pack field to pack field....which instruction you will use and why ?
explain icm instruction?
What is symbol table in assembler?
how to pass the parameters from jcl to assembler pgm?
What is base register?
How to initialize 20,000 bytes in the Assembler..
What will happen if we drop the base register in the program which contains only one basereg?
how to produce SOC7 abend
Explain about house keeping in assembler?
how do you round the addition or subtraction of two numbers in assembler? what does the following code do? change process tool(code changes from dev to prd) the changes made to your code should be effected in live. How the process takes place. That is how can you move the code changes from development to production?
How is data passed from a calling program to an assembler called program?
What is icm instruction?