Realization of Assembly opcodes ROL/ROR in python
Here you can find some simple code. It's the realization of assembly opcodes ROL (rotate left) and ROR (rotate right) I ususally do really need this code or I have to count it by hand with a pen and paper xD
Welcome to your pull requests!
All examples and manuals you can find inside the code