[Simh] The Throttle

Tim Pinkawa timpinkawa at gmail.com
Wed Apr 26 23:12:27 EDT 2006


On 4/26/06, Villy Madsen <Villy.Madsen at shaw.ca> wrote:
> Now the assist.  What program can I use to compare my mangled sources
> against the original and identify the changes...
>
> Something easy please - I'm still stuck in the Fortran 77 days....
>
> Thanks!!
>
> Villy Madsen
> www.members.shaw.ca/villy.madsen

If you're in a Unix environment or have Unix tools installed, the
easiest way would probably be to just run diff.

diff -u original.c modified.c > vaxthrottle

That will generate a file called vaxthrottle. I believe you can use
the patch utility to apply it back to the original code.

Tim



More information about the Simh mailing list