Oxygen Basic
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Latest OxygenBasic.zip at GitHub
(Click on the Wizard)
Home
Help
Search
Login
Register
Oxygen Basic
»
Programming
»
Bugs & Feature Requests
»
Proposed symbols for bit rotation
« previous
next »
Print
Pages: [
1
]
Author
Topic: Proposed symbols for bit rotation (Read 2056 times)
0 Members and 1 Guest are viewing this topic.
Charles Pegge
Guest
Proposed symbols for bit rotation
«
on:
June 21, 2013, 06:15:45 AM »
Operator alternative to assembly code instructions.
Useful for randomisers, noise functions, and hash generators:
<<<
rotate bits left
>>>
rotate bits right
sys x=0x80000000
sys y=0x5
print x<<<y
'result 0x10 (16)
Logged
JRS
Guest
Re: Proposed symbols for bit rotation
«
Reply #1 on:
June 21, 2013, 07:02:57 AM »
That is going to be helpful for the O2 MD5 code challenge.
Nice work Charles!
Logged
Print
Pages: [
1
]
« previous
next »
Oxygen Basic
»
Programming
»
Bugs & Feature Requests
»
Proposed symbols for bit rotation