What is the effective address generated by the following instructions? (assembly language )

tjnapster555

tjnapster555

@tjnapster555-E9tC8r Oct 26, 2024
guys help me with this
What is the effective address generated by the following instructions? Every instruction is independent of others. Initially BX=0x0100, num1=0x1001, [num1]=0x0000, and SI=0x0100

a. mov ax, [bx+12]

b. mov ax, [bx+num1]

c. mov ax, [num1+bx]

d. mov ax, [bx+si]

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • rahul69

    rahul69

    @rahul69-97fAOs Apr 19, 2015

    Its been a long time since I even saw assembly, however it seems simple addition,
  • Ankita Katdare

    Ankita Katdare

    @abrakadabra Apr 19, 2015

    Looks like he wants us to solve his assignment question. Not good #-Link-Snipped-#
    Tell us what you've written so far and we can suggest corrections.

    PS: Read the addressing modes summary.
  • sajjad bhatti

    sajjad bhatti

    @sajjad-C4T90b May 13, 2019

    Write  a program in assembly language  that calculates the square of  six by adding six to the accumulator six times