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



Write the fetch cycle and execute cycle for following instructions:JMPNZ (jump to the given addres..

Answer / steve holton

As this is mainframe assembler section, this is a trick
question - there is no JMPNZ opcode for mainframe (recently
added JNZ with relative addressing in the z/800 and later,
but no JMPNZ) and the mainframe has no RET instruction
(there is a PR to return from a cross address space or PC
"call" statement) and the mainframe has no accumulator, ADB
opcode, or B register.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Assembler Interview Questions

What does LA R3,R3 ?

1 Answers   Amdocs,


how to retrieve the instream data in sysin?

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


How do you initialize a register to 0000?

10 Answers   HCL,


What is base register?

23 Answers   IBM, Infosys,






How are data passed from jcl parm to assembler program?

0 Answers  


explain about maximum displacement and how to cross this limit?

0 Answers   IBM,


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

0 Answers  


how to produce SOC7 abend

1 Answers   EDS, IBM,


Why do we have multiple base registers in certain programs?

4 Answers   IBM,


Explain how to produce soc7 abend?

0 Answers  


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,


Categories