call label label: pop eax loop: sub eax, 20 cmp [eax], 0 je loop mov [eax], 0 jmp loop