Skip to content

Commit

Permalink
Fixed the operation for flags in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
farkon00 committed Jul 6, 2024
1 parent 238fc9e commit 0a2c1a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified docs/CMBR.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/CMBR.tex
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ \subsection{First part}

To and from squares are defined as an index of a chessboard square. The values are between 0-63. Where 0 is 'a1' and 63 is 'h8'.
\par Pieces value represent some piece. See the table for more info
\par The flags are defined as individual values. They're bit-wise anded (\&) together to get the final value.
\par The flags are defined as individual values. They're bit-wise ored ($\vert$) together to get the final value.

\begin{center}
\begin{tabular}{|c|c|c|}
Expand Down

0 comments on commit 0a2c1a1

Please sign in to comment.