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...
If the size of int is 4 bytes and long is also 4 bytes, what makes long different from int? 1 byte can have 2^8 different values so 4 bytes would be 2^32, but I thought long was 2^64. Or have I missunderstood something...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.