Do you mean register variables? Register variables are set to whatever the compiler feels fit. They are just a recommendation to the compiler. The compiler will do it if it can.
Are you working on a 16-bit machine or a 32-bit machine? I'm not sure if you can get 16-bit registers on a 32-bit machine. You could try "register short" and check the code generation.
No what I was trying to figure out, is why the debug in Visual c++ express 2005 dose not want to run. I have check the path and everything else I could think of but it simple won't work. I thought maybe I was writing the registers incorrectly but that is not the problem. The program builds fine but won't run.
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.