[fpc-pascal] x86 asm bswap

Juha Manninen juha.manninen62 at gmail.com
Wed Feb 6 11:01:49 CET 2013


On Wed, Feb 6, 2013 at 10:40 AM, Jeppe Græsdal Johansen
<jjohan07 at student.aau.dk> wrote:
> function TPNGProcessor.SwapLong( const aValue: Cardinal ): Cardinal;
> begin
>    result := BeToN(aValue);
> end;

Thanks, it works!
There are so many functions in FPC libraries which I don't know
anything about. This was one of them.

Regards,
Juha



More information about the fpc-pascal mailing list