From e2250e5cb71c9a06bf75d59e9c0369efd65b1206 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 16 Jun 2024 17:33:22 -0400 Subject: cxrefbas: added. --- bas.h | 1 + 1 file changed, 1 insertion(+) (limited to 'bas.h') diff --git a/bas.h b/bas.h index 1a3ee17..4e30431 100644 --- a/bas.h +++ b/bas.h @@ -35,6 +35,7 @@ *not* a command). */ #define CMD_GOTO 0x0a #define CMD_GO_TO 0x0b +#define CMD_ON 0x1e #define CMD_GOSUB 0x0c #define CMD_TRAP 0x0d #define CMD_LIST 0x04 -- cgit v1.2.3