shithub: rgbds

Download patch

ref: 8c765883fb21e117ee32a6602a4fe3c2f9657feb
parent: 8b60efa1495128301a407e93bd7c4ac0eb0b0f1e
parent: 83aa456d05892ef3548e6394d6c0c55db8354479
author: Eldred Habert <[email protected]>
date: Mon Jul 20 11:11:29 EDT 2020

Merge pull request #536 from braydenm303/patch-1

Fix error in documentation about unary not

--- a/src/asm/rgbasm.5
+++ b/src/asm/rgbasm.5
@@ -165,7 +165,7 @@
 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.