diff options
Diffstat (limited to '')
| -rw-r--r-- | src/programs.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/programs.asm b/src/programs.asm index 92c736b..6dbc584 100644 --- a/src/programs.asm +++ b/src/programs.asm @@ -237,6 +237,7 @@ ProgramTable:: dw ProgDhcp db LOW(BANK(ProgIrc)), HIGH(BANK(ProgIrc)) dw ProgIrc +ProgramTableEnd:: ; ----------------------------------------------------------------------------- ; NameTable (ROM0) - command name -> program id, searched by sys_lookup. |
