mov $50, %eax mov $100, %ebx jmp looptest top: addl $1, %eax subl $1, %ebx looptest: cmpl $0, %ebx jg top endloop: