<!DOCTYPE html><html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<p>Hi Sandhya. Can you answer this question?<br>
</p>
<div class="moz-cite-prefix">On 1/18/25 10:50 PM, Julian Waters
wrote:<br>
</div>
<blockquote type="cite" cite="mid:CAP2b4GMgk2U4yC5bPoPsm9u127t_wkqXKvgavTiDzSaf=G1pbg@mail.gmail.com">
<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://urldefense.com/v3/__https://learn.microsoft.com/en-us/cpp/assembler/masm/segment?view=msvc-170__;!!ACWV5N9M2RV99hQ!PpK1i1x6SNT-4xG2FQ2nuaQ6KQ_ODUE_s8rfd85w0Fo9-s6diy2Vb54W8t0upi7W6F-18BfUmNYDAOT927itQjQ$" moz-do-not-send="true">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>
</blockquote>
</body>
</html>