General confusion with assembler

Posted by gnrlcf on Stack Overflow See other posts from Stack Overflow or by gnrlcf
Published on 2010-04-10T10:39:24Z Indexed on 2010/04/10 10:43 UTC
Read the original article Hit count: 307

Filed under:

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?

© Stack Overflow or respective owner

Related posts about assembler