about summary refs log tree commit diff
path: root/bots/warrior.asm
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2020-02-23 16:35:59 +0100
committerEmile <hanemile@protonmail.com>2020-02-23 16:35:59 +0100
commitf8660e0b62f819be7223c0d908f16cd34cc25fa1 (patch)
tree46038ee5e0fa4387148d0984ba4d98ff3a1fdf5a /bots/warrior.asm
parent2889dea36fee0491ebf9df82bd2611f26b57f168 (diff)
updated the bots
Diffstat (limited to 'bots/warrior.asm')
-rw-r--r--bots/warrior.asm9
1 files changed, 0 insertions, 9 deletions
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