Can you tell that this code is a loop?, even without declaring a loop below?
pool:
mov ah, 9
lea dx, shw_smthng
int 21h
jmp pool
Can you tell that this code is a loop?, even without declaring a loop below?
pool:
mov ah, 9
lea dx, shw_smthng
int 21h
jmp pool