From 45e5bcf4823fdcebe2fbecb6b69bd083b5438ce8 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sat, 7 Nov 2020 07:55:28 -0500 Subject: Typos --- docs/doc/shift.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/doc/shift.html') diff --git a/docs/doc/shift.html b/docs/doc/shift.html index b5fc7f08..0d162721 100644 --- a/docs/doc/shift.html +++ b/docs/doc/shift.html @@ -68,7 +68,7 @@ 3 0« i # Alternate left shift ⟨ 1 1 0 1 1 0 0 0 ⟩ -

With a number in big-endian format, a right shift might be logical, shifting in zeros, or arithmetic, shifting in copies of the highest-order bit (for little-endian numbers, this applies to left shift rather than right ones). The two kinds of shift can be performed with similar code, using 0 or 𝕩 for the inserted cell.

+

With a number in big-endian format, a right shift might be logical, shifting in zeros, or arithmetic, shifting in copies of the highest-order bit (for little-endian numbers, this applies to left shifts rather than right ones). The two kinds of shift can be performed with similar code, using 0 or 𝕩 for the inserted cell.

↗️
    3 0» i    # Logical right shift
 ⟨ 0 0 0 1 0 0 1 1 ⟩
 
-- 
cgit v1.2.3