Explain how to initialize a register to 0000?



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

Post New Answer

More Assembler Interview Questions

Can we use MVC instruction to move pack field to pack field....which instruction you will use and why ?

4 Answers   Amdocs, IBM,


explain icm instruction?

1 Answers   IBM,


What is symbol table in assembler?

2 Answers   HCL,


how to pass the parameters from jcl to assembler pgm?

1 Answers   IBM,


What is base register?

23 Answers   IBM, Infosys,


How to initialize 20,000 bytes in the Assembler..

5 Answers   Amdocs, IBM,


What will happen if we drop the base register in the program which contains only one basereg?

1 Answers  


how to produce SOC7 abend

1 Answers   EDS, IBM,


Explain about house keeping in assembler?

1 Answers  


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?

1 Answers   IBM,


How is data passed from a calling program to an assembler called program?

1 Answers  


What is icm instruction?

1 Answers  


Categories