Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7757029
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T12:58:34+00:00 2026-06-01T12:58:34+00:00

I am doing some exercises in assembly language and I found a question about

  • 0

I am doing some exercises in assembly language and I found a question about optimization which I can’t figure out. Can anyone help me with them

So the question is to optimize the following assembly code:

—————————-Example1————————-

mov dx, 0 ---> this one I know-> xor dx,dx

—————————-Example2————————

cmp ax, 0
je label

—————————-Example3————————-

mov ax, x
cwd
mov si, 16  
idiv si     

—-> Most I can think of in this example is to subs last 2 lines by idiv 16, but I am not sure

—————————-Example4————————-

mov ax, x
mov bx, 7
mul bx
mov t, ax

—————————-Example5—————————

mov si, offset array1
mov di, offset array2
; for i = 0; i < n; ++i
do:
   mov bx, [si]
   mov [di], bx
   add si, 2
   add di, 2
loop do
endforloop
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T12:58:35+00:00Added an answer on June 1, 2026 at 12:58 pm

    For example 2, you should look at the and or test opcodes. Similar to example 1, they allow you to remove the need for a constant.

    For example 4, remember that x * 7 is the same as x * (8 - 1) or, expanding that, x * 8 - x. Multiplying by eight can be done with a shift instruction.

    For example 5, you’d think Intel would have provided a much simpler way to transfer from SI to DI, since that is the whole reason for their existence. Maybe something like a REPetitive MOVe String Word 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

And I'm doing some exercises about switch. I just did it from console application
I am doing some exercises so that I can get through recursive stuff. One
I am doing some exercises in my object-oriented javascript book, I notice that this:
I am doing some exercises and tried to convert a simple class into a
While doing some refactoring I've found that I'm quite often using a pair or
I've been doing some exercises from a book and I'm wondering if you could
I started studying POSIX timers, so I started also doing some exercises, but I
I am doing some exercises from the book Thinking In Java . I have
I'm doing some basic exercises with dojo to learn its syntax and methods. I've
I'm just doing some University related Diffie-Hellman exercises and tried to use ruby for

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.