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


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Assembler Interview Questions

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

6 Answers   Mind Tree,


how to produce SOC7 abend

1 Answers   EDS, IBM,


What is maximum displacement?

0 Answers  


What does the following code do? Ap wkur,=p5 where wkur is a label?

0 Answers  


How are data passed from jcl parm to assembler program?

0 Answers  






What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?

0 Answers  


What is maximum displacement and how to cross this limit?

0 Answers  


What is base register?

23 Answers   IBM, Infosys,


registers(0-15) ,where they are going be resides., does that mean here is it resides whether real or virtual memory? and why? then why we are assign even registers(0 to 6) for FP operations????

3 Answers  


Write the fetch cycle and execute cycle for following instructions:JMPNZ (jump to the given address if the accumulator not equal to zero) RET(return from a subroutine) ADB (add the contents of register B to the accumulator and save result in the accumulator).

1 Answers  


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

0 Answers  


Can we use an equated value as operand for an MVC instruction? Reason for the same

8 Answers   IBM,


Categories