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