At 09:58 AM 5/28/99 -0700, Dwight wrote:
Also, when doing a MOVCPM, how does this program know
how to patch all of the addresses in the code? The reason
I ask is that it looks like the image that I down loaded
is setup as a 62K CPM. I'd like to make it simple to
get it back into the normal 20K position first so that I
can work within my current addresses ( yes, I know I can
just make a hole in the memory and move some up to the
high end ).
My understanding is that MOVCPM has inside of it (as data presumably) the
BDOS and CCP and a table of all relocation references, it just writes it
out relocated to the address of your choice.
--Chuck