Leijonamieli
Programmer
I've been reading online tutorials about Assembly but there's one thing that is still unclear to me. Is there only one piece of each register (AX, BX...)? If so, why aren't other programs affected if they're using the same registers I change in my own program? Like if they're using CX for a loop operation and I'm making my own loop too.