From f8660e0b62f819be7223c0d908f16cd34cc25fa1 Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 23 Feb 2020 16:35:59 +0100 Subject: updated the bots --- bots/warrior.asm | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 bots/warrior.asm (limited to 'bots/warrior.asm') diff --git a/bots/warrior.asm b/bots/warrior.asm deleted file mode 100644 index 29e2271..0000000 --- a/bots/warrior.asm +++ /dev/null @@ -1,9 +0,0 @@ -call label -label: - pop eax -loop: - sub eax, 10 - cmp [eax], 0 -je loop - mov [eax], 0 - jmp loop -- cgit 1.4.1