aboutsummaryrefslogtreecommitdiffstats
path: root/doc/bit-operations.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bit-operations.tex')
-rw-r--r--doc/bit-operations.tex56
1 files changed, 56 insertions, 0 deletions
diff --git a/doc/bit-operations.tex b/doc/bit-operations.tex
new file mode 100644
index 0000000..83a08ed
--- /dev/null
+++ b/doc/bit-operations.tex
@@ -0,0 +1,56 @@
+\chapter{Bit operations}
+\label{chap:Bit operations}
+
+TODO
+
+\vspace{1cm}
+\minitoc
+
+
+\newpage
+\section{Boundary}
+\label{sec:Boundary}
+
+TODO % zbits zlsb
+
+
+\newpage
+\section{Logic}
+\label{sec:Logic}
+
+TODO % zand zor zxor znot
+
+
+\newpage
+\section{Shift}
+\label{sec:Shift}
+
+TODO % zlsh zrsh
+
+
+\newpage
+\section{Truncation}
+\label{sec:Truncation}
+
+TODO % ztrunc
+
+
+\newpage
+\section{Split}
+\label{sec:Split}
+
+TODO % zsplit
+
+
+\newpage
+\section{Bit manipulation}
+\label{sec:Bit manipulation}
+
+TODO % zbset
+
+
+\newpage
+\section{Bit test}
+\label{sec:Bit test}
+
+TODO % zbtest