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 |
What is need of start 0?
What is symbol table in assembler?
Explain about base register?
Explain about maximum displacement?
how to access VSAm file
what is need of start 0? In steed of
Explain the difference between various read and find statement?
How do you round the addition or subtraction of two numbers in assembler?
Is it possible to access some memory location (Ex: VAR1 DS P) without using Base Displacement?
What is the difference between various read and find statement,and which one should be used when for better adabas performance ?
Ap wkur,=p5 where wkur is a label?
How we can retrieve the instream data in SYSIN ?