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