From 1d5eed6f2296b338f9fc743f35497e57f9f2b2bd Mon Sep 17 00:00:00 2001 From: lexzach Date: Tue, 15 Sep 2026 16:10:54 -0400 Subject: [PATCH] Make -b and -n exclusive --- src/cat.S | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cat.S b/src/cat.S index 78d3e0e..be77763 100644 --- a/src/cat.S +++ b/src/cat.S @@ -60,6 +60,7 @@ cat_file: call add_line_numbers xori s1, s1, 1 # flip the mod buf to write to mv s2, a1 # update the current byte count + j .LNoNumbers # -n and -b are exclusive .LNoNonblankNumbers: la t1, number