I've been getting back into programming. When I started, there weren't any 64bit processors.
From what I read, if you have source code for 32bit, and compile it into a 64bit application. It makes some use of the 64bit benefits, but is still essentially a 32bit program running in an 64bit environment.
Now all the books I have on programing basically say, here's how the language works, and then let the compile do the magic. From what I understand, there's more to 64bit than compiler magic.
So Does anyone know any books, links or tutorials? Everything, I read is just generalizations that don't help.
-Thanks