blob: 83a08edfc569aa9fe2972730d890567f3c968699 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
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
|