Sunday, June 13, 2010

error A2085

error A2085:instruction or register not accepted in current CPU mode

If you get this error in assembly code, then changing the .386 directive to .586 resolves the problem.

No comments: