Math Processor Unit Library

libmpu – library of arithmetic functions for integer, real, and complex numbers of increased digit capacity

16 Commits   0 Branches   2 Tags
author: kx <kx@radix-linux.su> 2024-12-30 12:16:19 +0300 committer: kx <kx@radix-linux.su> 2024-12-30 12:16:19 +0300 commit: af4d49422d9c2db9223933cc251c8ba6b4944580 parent: ebc15ef0c9527c78a6462a9b8ed61887d52fb434
Commit Summary:
man: Shift operations by N bits
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/man/circular-shifts.3mpu b/man/circular-shifts.3mpu
index 97a9fb8..fc59829 100644
--- a/man/circular-shifts.3mpu
+++ b/man/circular-shifts.3mpu
@@ -22,7 +22,7 @@ located at address \fBa\fP will remain unchanged after the operation if the spac
 it does not overlap with the space occupied by variable \fBc\fP.
 .PP
 When performing cyclic shift operations, the carry flag \fBC\fP always contains the value of the
-last putted forward bit. The following types of cyclic shift operations are available:
+last pushed outward bit. The following types of cyclic shift operations are available:
 .PP
 .RS 3
     ROL \- cyclic shift to the left by one bit.