Closed FractalDiane closed 2 years ago
Adds the shl and shr builtin functions for bitwise left and right shifts.
shl
shr
I decided to use this crate for an assembler I'm working on, but I need support for the shift operators, which this was missing. So I went ahead and added them!
Thanks, looks good!
Adds the
shl
andshr
builtin functions for bitwise left and right shifts.I decided to use this crate for an assembler I'm working on, but I need support for the shift operators, which this was missing. So I went ahead and added them!