Re: [stella] Crazy Balloon - Half Time!

Subject: Re: [stella] Crazy Balloon - Half Time!
From: "Erik Mooney" <erik@xxxxxxxxxx>
Date: Thu, 6 Jan 2005 08:59:19 -0600
Manuel Rotschkar <cybergoth@xxxxxxxx> wrote:

> > How do you know how big your binary really is, since dasm pads it out to 
> > 4k?
> 
> I just remove all ORGs except the initial $F000 and the final $FFFA, 
> compile it and than I open the binary in a Hexeditor :-)

In the source, you can put a line:
ECHO *
before the final ORG.  When DASM assembles the source,
it'll print out the current address when it gets there.

Current Thread