How does jump works ? Does it set the IP register or does it increase it ??
Is it relative or absolute change of place were we execute the code?
How does jump works ? Does it set the IP register or does it increase it ??
Is it relative or absolute change of place were we execute the code?
On Intel, there is both near jump that increments the IP, and far jump that uses an absolute address. So the answer is - both.