<div dir="ltr">I briefly checked the _RDATA SEGMENT directive in some of the jsvml.dll source files and it does seem like the READ attribute is not in the right place, in some places it comes before the "align" attribute instead of after. I'm not sure whether the Intel compiler meant READONLY before align, or if it meant to set READ after, as mentioned by the MASM documentation: <a href="https://learn.microsoft.com/en-us/cpp/assembler/masm/segment?view=msvc-170">https://learn.microsoft.com/en-us/cpp/assembler/masm/segment?view=msvc-170</a><div><br></div><div>An example of what I mean is this:</div><div>_RDATA  SEGMENT     READ PAGE   'DATA'</div><div><br></div><div>best regards,</div><div>Julian</div></div>