flat assembler
Message board for the users of flat assembler.
  
|  Index
      > Main > [solved] Xor qword | 
| Author | 
 | 
| AE 11 Apr 2022, 17:37 What would be the shortest way to implement such a pseudocode
 Code: xor rax, 7E7E7E7E7E7E7E7Eh | |||
|  11 Apr 2022, 17:37 | 
 | 
| revolution 11 Apr 2022, 20:05 You can do 64-bit loads into an unused register.     Code: mov r8, 0x7E7E7E7E7E7E7E7E xor rax, r8 | |||
|  11 Apr 2022, 20:05 | 
 | 
| AE 11 Apr 2022, 20:27 Thanks! That's it. | |||
|  11 Apr 2022, 20:27 | 
 | 
| < Last Thread | Next Thread > | 
| Forum Rules: 
 | 
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.