From dd6c741143c2effe75dc1a366f716746b3052c72 Mon Sep 17 00:00:00 2001 From: Quinn <3379314+quinnyo@users.noreply.github.com> Date: Thu, 17 Oct 2024 05:10:50 +1000 Subject: [PATCH] Swap manpage descriptions of HIGH(n) and LOW(n) (#1545) --- man/rgbasm.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/rgbasm.5 b/man/rgbasm.5 index c9c1d0d5b..4a15091a8 100644 --- a/man/rgbasm.5 +++ b/man/rgbasm.5 @@ -378,8 +378,8 @@ Even a non-constant operand with any non-zero bits will return 0. Besides operators, there are also some functions which have more specialized uses. .Bl -column "BITWIDTH(n)" .It Sy Name Ta Sy Operation -.It Fn HIGH n Ta Equivalent to Ql Ar n No & $FF . -.It Fn LOW n Ta Equivalent to Ql Po Ns Ar n No & $FF00 Pc >> 8 . +.It Fn HIGH n Ta Equivalent to Ql Po Ns Ar n No & $FF00 Pc >> 8 . +.It Fn LOW n Ta Equivalent to Ql Ar n No & $FF . .EQ delim $$ .EN