masm6.11的BUG?

    
mov eax,[ebp + eax] ;->DS:
mov eax,[eax + ebp] ;->SS:

上述2行代码生成的机器码反了,据说masm8也有此问题,但是masm9是正常的。

你可能感兴趣的:(bug,masm)