Re: [cc65] DASM RORG?

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2004-07-13 13:07:59
Hi!

On Tue, Jul 13, 2004 at 12:26:54PM +0200, Johan Kotlinski wrote:
> "[label] RORG exp
> This activates the relocatable origin. All generated
> addresses, including '.', although physically placed at the
> true origin, will use values from the relocatable origin.
> While in effect both the physical origin and relocatable origin
> are updated."

This means that you can either put the code into a separate segment and place
it via the linker, or use .org to create absolute code, and use some other
method to put the code where it belongs.

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz@musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Tue Jul 13 13:08:02 2004

This archive was generated by hypermail 2.1.8 : 2004-07-13 13:08:10 CEST