fetched

  1. G

    8086 programming problem

    In 8086 CPU the following register contents are CS:4100H DS:A000H BX:0350H IP:0100H The 8086 fetches the following instruction using above register MOV [BX] , AX 1) Which is the memory address from where the instruction is fetched? 2)Which is the memory address where the data that...
Top Bottom