What is base register?
Answers were Sorted based on User's Feedback
Answer / satyabrata
base registers are used to store information and are used to
reduce the bit size
| Is This Answer Correct ? | 4 Yes | 15 No |
Answer / atul
a base register use as a memory purpose it hold the value
it is journal purpose register use in assembly laguage
| Is This Answer Correct ? | 3 Yes | 15 No |
Answer / guest
base register is used as the memory for the module
| Is This Answer Correct ? | 7 Yes | 25 No |
what is need of start 0? In steed of
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 do you initialize a register to 0000?
cobol and assembler access
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 to pass the parameters from jcl to assembler program?
What is maximum displacement and how to cross this limit?
how to initialize a register to 0000?
Why can only 256 bytes be moved from one address to another in a MVC?
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
Why do we use "drop"? What does "using" do?
What does LA R3,R3 ?