Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
9
Task/Bitwise-operations/00-TASK.txt
Normal file
9
Task/Bitwise-operations/00-TASK.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{{basic data operation}}
|
||||
|
||||
;Task:
|
||||
Write a routine to perform a bitwise AND, OR, and XOR on two integers, a bitwise NOT on the first integer, a left shift, right shift, right arithmetic shift, left rotate, and right rotate.
|
||||
|
||||
All shifts and rotates should be done on the first integer with a shift/rotate amount of the second integer.
|
||||
|
||||
If any operation is not available in your language, note it.
|
||||
<br><br>
|
||||
Loading…
Add table
Add a link
Reference in a new issue