Re: [cc65] Problems with ORG directive and linker

From: Groepaz <groepaz1gmx.net>
Date: 2011-03-31 13:40:06
On Donnerstag 31 März 2011, you wrote:

> But that is quite trivial to solve. Just change ORG's to SEGMENTS.
> 
> .segment "ORG1234_0"
> lda #0
> ...
> 
> .segment "ORG1234_1"
> .byte 5
> 
> In the cfg file you then make all instances of these segments to start
> at $1234

that wont get you the same result, the linker will still write out those 
sections seperately.

-- 

http://www.hitmen-console.org    http://magicdisk.untergrund.net
http://www.pokefinder.org        http://ftp.pokefinder.org

Der Drache lehrt: Wer hoch steigen will, muss es gegen den Wind tun. 
<Chinesische Weisheit>

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Thu Mar 31 13:40:25 2011

This archive was generated by hypermail 2.1.8 : 2011-03-31 13:40:28 CEST