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

cobol and assembler access

2 Answers   EDS,


Explain the difference in data type "x" and "p"?

1 Answers  


Explain about maximum displacement?

1 Answers  


What is need of start 0?

1 Answers  


What is maximum displacement?

1 Answers  


What is the use of TRT instruction and how it is working?

7 Answers   HCL, IBM, Wipro,


How we can Pass the parameters from JCL to assembler Pgm?

4 Answers   Tech Mahindra,


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

1 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 are data passed from JCL parm to assembler program. And how is data passed from a calling program to an assembler called program.

3 Answers   HCL, IBM,


how to access VSAm file

2 Answers   EDS, IBM,


How to pass the parameters from jcl to assembler program?

1 Answers  


Categories