hello,
can anyone help me to translate the following function using
mspgcc's inline assembly language.
__asm__ __volatile__()
uint16_t
convert_endian
(
register uint16_t dt
)
{
/$
swpb @dt
$/
return( dt );
}
thanks in advance.
