<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<font face="monospace">Hi list.<br>
<br>
Please forgive me if this is too dumb a question, but:<br>
<br>
When using a const written in hex, is the order significant?<br>
Ie. will eg. $1F01 result in the same value (7937) on both
big-endian and little endian machines?<br>
<br>
<br>
Likewise, if I use an absolute reference to a variable is the
endianness also significant?<br>
ex.:<br>
<br>
const<br>
A: SmallInt = $1F01;<br>
<br>
var<br>
B: array[0..1] of byte absolute A;<br>
<br>
<br>
Will B[0] be the same on both types of endian machines?<br>
<br>
Regards,<br>
Torsten.<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</font>
</body>
</html>