wm: 5551

Download patch

ref: 61271a867e20a6b9c3d4de8a1ee209b1af2f3ecd
parent: 0db42a7d7c84f12ca3a2e558e955cba75edea952
author: mkf <mkf@d510>
date: Fri May 12 16:02:01 EDT 2023

small NSIGN changes

--- a/5551.h
+++ b/5551.h
@@ -36,7 +36,7 @@
 	NUL,
 	CARRY,
 	OVERFLOW,
-	NSIGN, /* not used, yet. */
+	NSIGN,
 	PARITY,
 	MODE, /* int or bool */
 	ON, /* false in case of fatal errors, can be used as a source of 1s */
--- a/5551e.c
+++ b/5551e.c
@@ -34,7 +34,7 @@
 
 	char string[16];
 	r.flags[ON] = 1;
-	r.flags[NSIGN] = 0;
+	r.flags[NSIGN] = false;
 	unsigned int op, a, b, c, ind = 0;
     bool barr[10];