Menu

bswap x64

2009-10-09
2013-04-20
  • Nobody/Anonymous

    Hi. For some reason 64 bit version of bswap does not work. I did something like this:

      .x64

    _TEXT segment public use64 'CODE'

    bswap rax

    And get the error the message from the compiler:  'Error A2054: Invalid instruction operands' for this bswap command.

    thanks,

    ruslan

     
  • Nobody/Anonymous

    > 'Error A2054: Invalid instruction operands' for this bswap command.

    bug has been fixed.

    japheth

     
  • Nobody/Anonymous

    thanks

     

Log in to post a comment.