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

  • SEARCH
  • Home
  • 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 6745433
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T12:12:14+00:00 2026-05-26T12:12:14+00:00

I am working through some indirect addressing problems and I am not sure how

  • 0

I am working through some indirect addressing problems and I am not sure how to properly count bytes. We are given this code:

.data
v1  db  9,7,5,3,1
v2  dw  0
v3  dw  -1
v4  db  '$'

mov  dx,offset v2
mov  ah,9
int  21h

The question asks how many bytes will have been written to the standard output device after these instructions have been executed and the answer is 4.

For this problem, I set it up like so:

offset  0  1  2  3  4  5  6  7  8  9
data    09 07 05 03 01 00 00 FF FF 24

We are moving 5 into dx, writing two bytes 00 05. We then set the dos code to write it out, so our output writes out the two bytes making four? Please correct me if my logic is wrong.

  • 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-05-26T12:12:15+00:00Added an answer on May 26, 2026 at 12:12 pm

    DOS function 9 writes starting at the offset in DX until it reaches a $. You’ve loaded the offset of V2 into DX. You’ve defined V2 and V3 as two bytes apiece (none of which will contain a “$”), and those are followed by V4 (containing the $). Therefore, it writes the four bytes of V2 and V3, then stops.

    Edit: I should add that contrary to the title question, none of the code you’ve shown actually does any indirect addressing (though DOS function 9 undoubtedly does use indirect addressing, reading from the address loaded into dx).

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

Sidebar

Related Questions

I'm looking through some code for learning purposes. I'm working through this portion of
I am working my way through some Objective-C code that I did not write
I'm working through some sample code and then this appeared: public abstract class RandomPool<T>
I'm working through some PHP code and cannot figure out what the significance of
I've been working through problems on Project Euler , and some of the solutions
I am trying to teach myself Python by working through some problems I came
I am working my way through some samples, and came up with this working
I am working through some C++ code from Financial Instrument Pricing Using C++ -
I'm working through some home work and having problems with how to form my
I have been working through some code and I would like to work out

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.