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 7590547
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T20:25:43+00:00 2026-05-30T20:25:43+00:00

EDIT: I’m sorry, I’ve made a newbie mistake, and have been changing the value

  • 0

EDIT:
I’m sorry, I’ve made a newbie mistake, and have been changing the value of BX myself! 🙂
Thanks anyway.

I’m having fun with NASM and MBR, and for some reason the BX register gets set to “some” value, even though I’m not writing to it (only reading).

Why is that so? I’m sure I’m missing something obvious, but I can seem to find any tutorials that would explain this behaviour.

Code in question:

partfun:
    mov bx, 01beh ; store a starting address to BX
                  ; I will increment it later
    mov cx, 0

    mov al, bl ; BX changes here already, I think!
    mov al, bh 
   ; do something with AL here

.loop:
    mov al, [bx]    
    ; do something with AL here

    add bx, 16 ;BX is 0110h now, not 01ceh, as I would expect!
               ;I wish to increment the stored value (address) by 16

    inc cx
    cmp cx, 4
    jl .loop

    ret
  • 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-30T20:25:45+00:00Added an answer on May 30, 2026 at 8:25 pm

    You can access bl is the lower 8 bits of the 16 bit bx, and bh is the higher 8 bits.

    So by changing bl you’re changing bx also.

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

Sidebar

Related Questions

Edit: I have solved this by myself. See my answer below I have set
EDIT: Sorry about ellipsis that's not what I actually have. For declaring an array
EDIT: I'll try and make it clearer sorry for the confusion. I have two
Edit: The below question was answered by this . I have a new updated
EDIT: Changed as I have a different issue with the same code 2nd Edit:
EDIT: I have reworded the title question slightly, and adjusted the text to respond
--EDIT-- I believe this is a valid question that may have multiple answers (as
Edit: I have this line: $comments = http://www.kiubbo.com/index.php?action=comments&param=.$articles[$index]->getId(); And if I put it here
EDIT: I asked around a bit, and apparently my mistake was this: we usually
Edit: Made an official bug report at developers.Facebook.com GETing either of the following: graph.facebook.com/me/photos

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.