Hi Steve,
We built an "editor" for a.out files that
would read the file in,
respond to a series of requests, relocate the instructions correctly,
and then branch to the line of code that it had been about to execute.
What level of granuality were these requests? Could you give a rough
example or two. Was it sed like, with labels and testing branches? Did
the requests operate on matched instructions instead of lines?
--
Cheers, Ralph.