Welcome, Guest. Please login or register.

Author Topic: quickest way to swap byte order on 68000?  (Read 2466 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline DamageXTopic starter

  • Sr. Member
  • ****
  • Join Date: Jun 2005
  • Posts: 339
    • Show all replies
    • http://www.hyakushiki.net/
quickest way to swap byte order on 68000?
« on: April 13, 2006, 05:33:05 AM »
Where's that BSWAP instruction when you need it eh? What is the fastest way to change $12345678 into $78563412? (and that's hexadecimal... no financial advice please.)
 

Offline DamageXTopic starter

  • Sr. Member
  • ****
  • Join Date: Jun 2005
  • Posts: 339
    • Show all replies
    • http://www.hyakushiki.net/
Re: quickest way to swap byte order on 68000?
« Reply #1 on: April 14, 2006, 05:01:17 AM »
that's an improvement, thanks