BTech CS II Year
Addressing Modes in Computer Architecture
Addressing modes are techniques used to specify the memory address or data location that an instruction should operate on.These modes define how the CPU interprets the operand (an input or output value) part of an instruction. MOV B, A [Here MOV is operation and (B & A) are Read more…