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...

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

Answer Posted / king nahiku

fielda DC C20000’ ’

* The requirement is to initialize 20000 bytes
not "reinitialize" 20000 bytes.

* The above statment initializes 20000 bytes of storage to
spaces. The bonus is that it is done at assembly time and
not run time.

Is This Answer Correct ?    4 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about house keeping in assembler?

1091


how to pass the parameters from jcl to assembler pgm?

1159


How to pass the parameters from jcl to assembler program?

1060


How are data passed from jcl parm to assembler program?

1067


What is the use of trt instruction?

1080


explain about maximum displacement and how to cross this limit?

1196


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

1124


How many maximum base registers we can have in a single program?

1172


How many maximum base registers we can have in a program?

1065


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?

1166


Explain how to initialize a register to 0000?

1048


What is maximum displacement?

1260


how to retrieve the instream data in sysin?

1189


what is need of start 0? In steed of

1146


How do you round the addition or subtraction of two numbers in assembler?

1084