[fpc-pascal] getmem

Felipe Monteiro de Carvalho felipemonteiro.carvalho at gmail.com
Thu May 26 13:15:06 CEST 2011


On Wed, May 25, 2011 at 7:58 PM, Luis Fernando Del Aguila Mejía
<luis3000 at ec-red.com> wrote:

> a: = $ ABFE5689 / / Little endian $ 8956FEAB, it is ok
> Writeln (Hi (a)) / / Show $ ABFE, it is ok
> Writeln (Lo (a)) / / Show $ 5689, it is ok
>
> In a Big Endian computer. What shows Hi and Lo?

They show same. Language constructs and RTL routines are Endian-safe

-- 
Felipe Monteiro de Carvalho



More information about the fpc-pascal mailing list