How to initialize 20,000 bytes in the Assembler..
Answer Posted / munna
initalization done by using below code.
MVI datafield,C' '
MVC datafield+1(L'datafield-1),datafield
Is This Answer Correct ? | 5 Yes | 27 No |
Post New Answer View All Answers
What does the following code do? Ap wkur,=p5 where wkur is a label?
What is the use of trt instruction?
explain icm instruction?
Explain the difference between various read and find statement and which one should be used when for better adabas performance?
What is maximum displacement?
How many maximum base registers we can have in a single program?
What is icm instruction?
Explain the difference between various read and find statement?
Why do we use "drop"?
Ap wkur,=p5 where wkur is a label?
How many maximum base registers we can have in a program?
What is house keeping in assembler?
How do you round the addition or subtraction of two numbers in assembler?
What is need of start 0?
how to initialize a register to 0000?