how to come around the 128 byte limit?
e.g I have a long block of code and want to start it over.
Printable View
how to come around the 128 byte limit?
e.g I have a long block of code and want to start it over.
Try a near or a far jump. JMP and Jccc support it.