Nicolae Nasturica
2021-11-22 19:16:26 UTC
Conditional jumps such as JZ or JNC, etc are limited to 127/128 bytes. You cant
jump over 127 or 128 bytes backward or forward.
------8<-------
JZ label1
------8<-------
------8<-------
JNZ label2
JMP label1
------8<-------
this solves your problem.
Good Luck
Alexei A. Frounze
-----------------------------------------
Homepage: http://alexfru.chat.ru
Mirror: http://members.xoom.com/alexfru
I like your games :)jump over 127 or 128 bytes backward or forward.
------8<-------
JZ label1
------8<-------
------8<-------
JNZ label2
JMP label1
------8<-------
this solves your problem.
Good Luck
Alexei A. Frounze
-----------------------------------------
Homepage: http://alexfru.chat.ru
Mirror: http://members.xoom.com/alexfru
Can someone please explain why MASM is reporting "Jump out of range by
130(bytes)
What does this means?
Any help would be very much appreciated..
Vassone
130(bytes)
What does this means?
Any help would be very much appreciated..
Vassone