fix(buzbee): removed EXEC command as it was causing a duplicate sum
This commit is contained in:
@@ -10,7 +10,6 @@ const int s_cchCmd = 4;
|
|||||||
* chars long EXCLUDING the NUL terminator. Order is important here. */
|
* chars long EXCLUDING the NUL terminator. Order is important here. */
|
||||||
const char *s_ppszCmds[] = {
|
const char *s_ppszCmds[] = {
|
||||||
"CALL",
|
"CALL",
|
||||||
"EXEC",
|
|
||||||
"HELP",
|
"HELP",
|
||||||
"PEEK",
|
"PEEK",
|
||||||
"POKE",
|
"POKE",
|
||||||
|
@@ -157,7 +157,6 @@ IFHELP
|
|||||||
|
|
||||||
; Placeholder function labels to make assembler happy before git commit
|
; Placeholder function labels to make assembler happy before git commit
|
||||||
IFCALL
|
IFCALL
|
||||||
IFEXEC
|
|
||||||
IFPEEK
|
IFPEEK
|
||||||
IFPOKE
|
IFPOKE
|
||||||
IFSREC
|
IFSREC
|
||||||
@@ -189,7 +188,6 @@ HELP_MSG
|
|||||||
|
|
||||||
BBCMDPTRTBL
|
BBCMDPTRTBL
|
||||||
fdb IFCALL
|
fdb IFCALL
|
||||||
fdb IFEXEC
|
|
||||||
fdb IFHELP
|
fdb IFHELP
|
||||||
fdb IFPEEK
|
fdb IFPEEK
|
||||||
fdb IFPOKE
|
fdb IFPOKE
|
||||||
|
Reference in New Issue
Block a user