about summary refs log tree commit diff
path: root/bots/warrior1.asm
blob: 29e22713c7e286f244885d958cd9b895eee6ff36 (plain)
1
2
3
4
5
6
7
8
9
call label
label:
	pop eax
loop:
	sub eax, 10
	cmp [eax], 0
je loop
	mov [eax], 0
	jmp loop