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).
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 |
about ICM instruction.
Explain how to pass instream data in sysin with assembler?
How is data passed from a calling program to an assembler called program?
explain about maximum displacement and how to cross this limit?
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????
Explain about base register?
What does the following code do? Ap wkur,=p5 where wkur is a label?
cobol and assembler access
What is the difference in data type "X" and "P"?
Explain the difference in data type "x" and "p"?
Can we use an equated value as operand for an MVC instruction? Reason for the same
explain icm instruction?