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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T05:30:16+00:00 2026-05-14T05:30:16+00:00

So I took a look at the x86 assembly language; All the commands are

  • 0

So I took a look at the x86 assembly language; All the commands are pretty clear but: I don’t see anything that can actually trigger something in the computer like: Access RAM and not only CPU registers, read from the HDD, etc.

  • How do you go beyond computations in the CPU with assembler?
  • 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-14T05:30:17+00:00Added an answer on May 14, 2026 at 5:30 am

    In x86 assembly, the MOV instruction is used to get data from RAM and put it in one of the CPU’s registers, where you can manipulate it. The MOV instruction can also write data back to RAM. To use the devices on the computer, that’s another story.

    Devices use so called interrupts, which are events that are fired when the device wants your (the CPU’s) attention. In you code you register your function to handle the interrupt when it fires. To get data to and from the device, you can use the IN and OUT instructions, which move data over the data bus. This way, you can provide the device with instructions, for example: get the data from hard disk sectors X to Y. Then the hard disk spins up, fetches some of the data and fires an interrupt. Your code, which you registered for that interrupt, has to handle it, get the data and write it to some appropriate RAM location. Most CPU’s and devices also support DMA (Direct Memory Access), in which you only specify a location in RAM where the device has to write it’s data, which it then does without interrupting the CPU in between. Only as soon as the device is done, it raises an interrupt and your assembler code can respond accordingly.

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

Sidebar

Related Questions

Anybody know how this can be done? I took a look at cx_Freeze, but
I took a look around, but didn't see this exact question answered, so here
I took a look at surveyor and smerf but it looks like smerf is
there are many related questions/answers about that in SO. I took a look to
I know there is in the development version of Django, but I don't see
I took a look at the preference activity that Android use for settings. i'm
Someone recently took a look of my code and commented that it was too
First of all, I took a look to every related topic on her about
So I took a look at the code that controls the counter on the
Let me start by saying that I took a look at ?xts , realised

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.