Quote:
Originally Posted by oren64
I have a problem making a patch, the text is very long, it only show part of patch.
|
Do you just mean that the output is scrolling off the screen? If so then redirect to a file, e.g.
Code:
makepa32 nickel-old nickel-new > patch.txt
Quote:
Also can you make that it will start from address 0000, it will make it more easy to make multi version.
|
That is a good idea, I'll try to add something to do that.