Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/11/06 19:06
Modified:
  09/11/06 19:07

Read: times


 
#124089 - big messes, not necessarily
Responding to: ???'s previous message
I think at "bypass" but can't use it, if use and code is too big, i will need to do many bypass and will make big mess there

It takes some discipline to use crutches, it can, indeed get messy; however with some discipline, it can be relatively clean.

I recall a project that ended up something like this

top: ....
....
jxx top
...
top1: jmp top
...
repeat: ....
jxx top1
...
jxx repeat
...
jxx top1
...
top2: jmp top1
repeat2: jmp repeat
..
jxx top2
...
jxx repeat2
...
top3: jmp top2
...
jxx top3


Inserting a 'block of crutches every ~200 addresses keeps it relatively clean and, i find it imperative that all crutches have the 'target name' with a digit added, otherwise it REALLY get to be a mess.

Erik

List of 9 messages in thread
TopicAuthorDate
JNB jump only after 256 bytes ?            01/01/70 00:00      
   It\'s called a crutch or a bypass            01/01/70 00:00      
   Look it up!            01/01/70 00:00      
      bypass            01/01/70 00:00      
         Same thing            01/01/70 00:00      
            end            01/01/70 00:00      
         big messes, not necessarily            01/01/70 00:00      
            discipline            01/01/70 00:00      
         attentive            01/01/70 00:00      

Back to Subject List