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 |
which property is used to display the advertisements with adrotator control
how to write the fallowing code in java? 1 4 9 16 25 36 49 64 81 100
What is Big-O notation?
Diff between Proc transpose and Arrays with example?
what is the difference between java , sap ,.net , orecle apps ?
why we use static with only main()class not with other class
what is the system development cycle
Is the IT field raise again? What is the position of IT after 4 years?
WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.
what is delegate and how works delegate and event.
please any one pass file aid,xpeditor and endeavor tools
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.