There is an issue with ACX's import command that I eagerly wish to resolve. There is the topic on stackoverflow 6502 ASM linker calculates wrong jump offset that I've created earlier.
In essence:
I've built a program for apple2 and would like to import in on a ProDOS formatted image. The problem is that the --dos directive seems to be not working as expected or I've missed something important for understanding how ACX works.
Could someone please clarify, if the problem is the DOS header that is missing in my binary and how to actually add it?
There is an issue with ACX's import command that I eagerly wish to resolve. There is the topic on stackoverflow 6502 ASM linker calculates wrong jump offset that I've created earlier.
In essence:
I've built a program for apple2 and would like to import in on a ProDOS formatted image. The problem is that the --dos directive seems to be not working as expected or I've missed something important for understanding how ACX works.
Could someone please clarify, if the problem is the DOS header that is missing in my binary and how to actually add it?