diff options
Diffstat (limited to 'bots/warrior.asm')
-rw-r--r-- | bots/warrior.asm | 9 |
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 |