From 3441aea9c194e9fd6cd26f7231b5337bc96aa830 Mon Sep 17 00:00:00 2001 From: Gale Faraday Date: Sun, 5 Oct 2025 14:11:52 -0500 Subject: [PATCH] fix(buzbee): removed EXEC command as it was causing a duplicate sum --- bbmkhash.c | 1 - src/buzbee.s | 2 -- 2 files changed, 3 deletions(-) diff --git a/bbmkhash.c b/bbmkhash.c index 1d34ee3..a31439b 100644 --- a/bbmkhash.c +++ b/bbmkhash.c @@ -10,7 +10,6 @@ const int s_cchCmd = 4; * chars long EXCLUDING the NUL terminator. Order is important here. */ const char *s_ppszCmds[] = { "CALL", - "EXEC", "HELP", "PEEK", "POKE", diff --git a/src/buzbee.s b/src/buzbee.s index 543a851..061de15 100644 --- a/src/buzbee.s +++ b/src/buzbee.s @@ -157,7 +157,6 @@ IFHELP ; Placeholder function labels to make assembler happy before git commit IFCALL -IFEXEC IFPEEK IFPOKE IFSREC @@ -189,7 +188,6 @@ HELP_MSG BBCMDPTRTBL fdb IFCALL - fdb IFEXEC fdb IFHELP fdb IFPEEK fdb IFPOKE