Bitwise operations: Difference between revisions

Content added Content deleted
mNo edit summary
m (Should think twice before submitting ;) Added some tricks to PureBasic)
Line 889: Line 889:
; you can multiply or divide by powers of two, which is translated into arithmetic shifts in ASM.
; you can multiply or divide by powers of two, which is translated into arithmetic shifts in ASM.
; No native function for rotating
; No native function for rotating
; You can of course use inline ASM to achive this.
EndProcedure</lang>
EndProcedure</lang>