Hi i playing in the last time with ML 9.0 and link 9.0
now have i Crash it :bg
I now this code is wrong but have a Ml Error
movzx eax,offset [esi]
MASM : fatal error A1016: Internal error
Version 9.00.30729.01
ExceptionCode = C0000005
ExceptionFlags = 00000000
ExceptionAddress = 0014821B (00120000) "C:\Masm32\Bin\ml930\ML.EXE"
NumberParameters = 00000002
ExceptionInformation[ 0] = 00000000
ExceptionInformation[ 1] = 00000024
CONTEXT:
Eax = 00001880 Esp = 0035F6CC
Ebx = 00000002 Ebp = 0035F6DC
Ecx = 00000000 Esi = 0023BC90
Edx = 00000206 Edi = 000007C0
Eip = 0014821B EFlags = 00010246
SegCs = 0000001B SegDs = 00000023
SegSs = 00000023 SegEs = 00000023
SegFs = 0000003B SegGs = 00000000
Dr0 = 00000000 Dr3 = 00000000
Dr1 = 00000000 Dr6 = 00000000
Dr2 = 00000000 Dr7 = 00000000
:bg
:bg
Never assume that MASM is well behaved consumer software, its not, its an industrial tool that Microsoft use themselves and the assumption is that you use it the right way. ou can get the same effect if you pass trash to RC.EXE, it will crash andd leave junk in the target directory.