From d2ef1a124b5dc4ea7cc09f59fb0f954e5a811487 Mon Sep 17 00:00:00 2001 From: Baptiste Wicht Date: Sat, 19 Oct 2013 08:52:10 +0200 Subject: [PATCH] Fix number of commands --- src/commands.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.asm b/src/commands.asm index 69e7ad9a..52e05de6 100644 --- a/src/commands.asm +++ b/src/commands.asm @@ -33,7 +33,7 @@ STRING tab, " " ; Command table command_table: - dq 4 ; Number of commands + dq 5 ; Number of commands dq sysinfo_command_str dq sysinfo_command