Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@
data). `0` means left-to-right and vice versa for `1`.

* SF: Shows the sign of the result of an arithmetic operation. Indicated by the
high-order of the left-most bit. Positive means this bit will be set to `1`,
high-order of the left-most bit. Negative means this bit will be set to `1`,
and vice versa.

* ZF: Non-zero result gives `0` and vice versa.
Expand Down