fix(buzbee): removed EXEC command as it was causing a duplicate sum

This commit is contained in:
2025-10-05 14:11:52 -05:00
parent 893753561c
commit 3441aea9c1
2 changed files with 0 additions and 3 deletions

View File

@@ -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",

View File

@@ -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