Thank you! I've played with it and it is good for 32 bit words. How would I go about swapping 16bit words?
The solution I see now is reading 32bits to the stack, swapping it with bswap, transferring it to temporary memory storage and from then taking the words and swapping them. Or may be I just need to make up a more convenient scheme... Thanks for the fast replies. On Fri, 5 Aug 2005 17:36:15 +0200 Bernd Paysan <[EMAIL PROTECTED]> wrote: > code bswap ax bswap next end-code macro --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
