From 83aa456d05892ef3548e6394d6c0c55db8354479 Mon Sep 17 00:00:00 2001 From: Brayden Morris Date: Mon, 13 Jul 2020 09:32:43 -0600 Subject: [PATCH] Fix error in documentation about unary not --- src/asm/rgbasm.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asm/rgbasm.5 b/src/asm/rgbasm.5 index 48ec2191..e8393cda 100644 --- a/src/asm/rgbasm.5 +++ b/src/asm/rgbasm.5 @@ -165,7 +165,7 @@ still evaluates both operands of and .Sq || . .Pp -! returns 1 if the operand was 0, and 1 otherwise. +! returns 1 if the operand was 0, and 0 otherwise. .Ss Fixed‐point Expressions .Pp Fixed-point numbers are basically normal (32-bit) integers, which count 65536th's instead of entire units, offering better precision than integers but limiting the range of values.