Mysteries of Masm ::)
What about posting your code? Something simple like
.386
.model flat
.code
start:
xchg eax, edx
ret
end start
What about posting at least the error message you get? Or do you think we have remote control over your computer and can see what you typed??