General confusion with assembler
- by gnrlcf
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?