The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => Topic started by: ragdog on December 11, 2011, 01:08:32 PM

Title: Ml 9.00.307 error
Post by: ragdog on December 11, 2011, 01:08:32 PM
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
Title: Re: Ml 9.00.307 error
Post by: qWord on December 11, 2011, 01:22:19 PM
Quote from: ragdog on December 11, 2011, 01:08:32 PMmovzx eax,offset [esi]
sh** in -> sh** out
Title: Re: Ml 9.00.307 error
Post by: ragdog on December 11, 2011, 01:37:07 PM
 :bg
Title: Re: Ml 9.00.307 error
Post by: hutch-- on December 11, 2011, 02:30:25 PM
 :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.