[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Caution on AP-64E EPROM Programmer



> currently I have disassembled the code using the ORCA/M v4.1 Assembler
using
> a //e. The source file created only just fits in the available RAM. I'm
not
> sure if I'll have room to make comments without breaking the code in half.

Feel free to break the code into several smaller chunks, Say
rom01,rom02,rom03 etc...
At the end of rom01 source  type append rom02 etc.



> has moved. Obviously if I re-assemble it with an ORG of $C800 things
should
> be OK, but if I modify the code later, there will need to be a lot of
> editing.
>
> Any thoughts or workarounds ?

Make the binary file auxtype $C800. and generate again.

Orca loads all binaries into the same memory space and uses the auxtype as a
reference when generating.

I'd be interested in a copy of the binary to play with. Been awhile since
used those programs.