Re: [stella] DASM question

Subject: Re: [stella] DASM question
From: "Eric Ball" <ericball@xxxxxxxxxxxx>
Date: Tue, 13 Apr 2004 19:22:39 -0400
One note, DASM will mess up sometimes with forward references & (zero page?)
ORGs.  I ran into it once, but could re-arrange things so it assembled okay.
I can't remember what it was precisely, but I believe my A78 header is
somewhat marginal and it was something similar.

    ORG    ROMTOP - 128
    DC.B    header data
ROMTOP    ORG    $8000
START    ....

----------------------------------------------------------------------------------------------
Archives (includes files) at http://www.biglist.com/lists/stella/archives/
Unsub & more at http://www.biglist.com/lists/stella/


Current Thread