I have this line of code in modula-2 on a Big Endian processor :
Ptr := ADR(My_32_Bits_Integer)
I want to know if Ptr will be equal to the adress of the most significant byte (so the littlest address) or the less significant byte (so the biggest address) ?