From 0be0eee23048ca57c9123419cda98a6166c3015a Mon Sep 17 00:00:00 2001 From: tysonjg <97268746+tysonjg@users.noreply.github.com> Date: Thu, 6 Jan 2022 20:58:09 -0600 Subject: [PATCH] Update index.html Fixed typo in definition of sign bit --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 037dda4..e317fa2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -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.