Re: [cc65] OT: Atari ML help

Date view Thread view Subject view

From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2003-05-13 11:25:08


Hi!

On Mon, May 12, 2003 at 09:37:19AM +0200, MagerValp wrote:
> And how about if it generates a jmp ($xxff) instruction? I've gotten
> bitten by that twice(!) in my boot rom project.

Yes I know about this one. It is more difficult, because the assembler doesn't
know where the instruction will end up in memory, so the necessary information
has to be placed into the object file and evaluated by the linker. This was
the reason why I ignored the problem. In fact, I've also experienced this
problem a few times, which caused me to remove all indirect jumps from the
cc65 library sources, so I can live with it now:-)

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz_at_musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2003-05-13 11:25:16 CEST