Write 5 differences between Memory Reference
Instruction and Register Reference Instruction.
Answer / bharat talaviya
memory reference instruction uses 12bits to specify an address & 1 bit to specify addressing mode (direct or indirect).
Register reference ins. Is recognized by opcode 111 with a 0 in the leftmost bit.
More details plz see compurer system architecture by Morris mano
| Is This Answer Correct ? | 71 Yes | 36 No |
i am getting the error while compiling my cics program with including db2 dclgen member it is showing that ur dclgen member not including and all the host variables are undeclared
what do you man by firmware
Write a program to show polymorphism.
what is difference between oracle and pl/sql
Write a program to implement BFS/ DFS routine in a connected graph
how can i split string in a textbox in windows appication using C#.net
what you mean by mantis in IT interview? why we use mantis? advantage of mantis?
how MATLSB software suitable for electrical branch? which tools are useful??
hi, i'd like to know how do you set lines in a page for Smartforms? thanks in advance
what is the difference between a looping statement and a decision statement
explain how to make a control visible and invisible during runtime
Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fit" instead of the number and for the multiples of five print "Bit". For numbers which are multiples of both three and five print "FitBit".