What does "using" do?
Answer / Yashasvi Kumar
In Assembler, the 'USING' keyword is used in DC (Description Control) areas for data definition and initialization. It allows you to simplify the declaration of complex data structures by providing default values or abbreviating lengthy field names.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain about house keeping in assembler?
Explain about base register?
HOW MANY MAXIMUM BASE REGISTERS WE CAN HAVE IN A PROGRAM AND ALSO HOW MANY MAXIMUM BASE REGISTERS WE CAN HAVE IN A SINGLE PROGRAM.
Can we use an equated value as operand for an MVC instruction? Reason for the same
What is symbol table in assembler?
Why can only 256 bytes be moved from one address to another in a MVC?
How do you initialize a register to 0000?
Explain the difference between various read and find statement?
What does LA R3,R3 ?
What does the following code do? Ap wkur,=p5 where wkur is a label?
What is the use of trt instruction?
How do you round the addition or subtraction of two numbers in assembler?