Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is need of START 0?. In steed of '0' can we use any
other numerics?. if we use what will happen?.

Answers were Sorted based on User's Feedback



what is need of START 0?. In steed of '0' can we use any other numerics?. if we use what ..

Answer / nitin

START is an assembler directive. The answer provided by Alok
is almost correct. The only thing difference is that this
directive (START 0) tells the assembler to start the
location counter from that point onwards and its initial
value is set to zero.(in this case). We can provide any
other numeric value as well.

Is This Answer Correct ?    11 Yes 1 No

what is need of START 0?. In steed of '0' can we use any other numerics?. if we use what ..

Answer / alok

START is an assembler directive which has an optional
operand, (0 in your example). This operand acts as the
starting address of the program e.g. PROGNAME START X'3E0'
tells the linkage editor that this program is to be loaded
into main storage at address '3E0' in hex. This explanation
answers all your questions.

Is This Answer Correct ?    9 Yes 4 No

what is need of START 0?. In steed of '0' can we use any other numerics?. if we use what ..

Answer / puneet assembler beginner

agreed with the last answer.
MVC is storage to storage and hence giving equated value
there will lead to unpredictable value at run time

Is This Answer Correct ?    2 Yes 1 No

what is need of START 0?. In steed of '0' can we use any other numerics?. if we use what ..

Answer / sysprog

The assembler directive START establishes the beginning of the program, and the operand 0 means an offset of 0 from the beginning of the module. If a program uses an instruction before using BALR to establish a program base register, the program base register will be offset from the beginning of the module, by the length of the instruction that precedes the BALR. Using START with an operand of that length can be useful for a more perspicuous assembly listing. START with a non-zero value is also sometimes used in 24-bit programs that due to their length being great enough to necessitate it, make use of more than one program base register; however, in most such situations, the CSECT assembler is used.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Assembler Interview Questions

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   EDS,


Explain how to initialize a register to 0000?

0 Answers  


What does LA R3,R3 ?

1 Answers   Amdocs,


how to produce SOC7 abend

1 Answers   EDS, IBM,


How are data passed from jcl parm to assembler program?

0 Answers  


How do you initialize a register to 0000?

10 Answers   HCL,


Why do we have multiple base registers in certain programs?

4 Answers   IBM,


What is the difference between various read and find statement,and which one should be used when for better adabas performance ?

2 Answers   IBM,


explain about maximum displacement and how to cross this limit?

0 Answers   IBM,


how to retrieve the instream data in sysin?

0 Answers   IBM,


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

4 Answers   Amdocs, IBM,


Explain the difference between various read and find statement and which one should be used when for better adabas performance?

0 Answers  


Categories