Re: [stella] Demo #1 of my 4 colour playfield game "PUSH"

Subject: Re: [stella] Demo #1 of my 4 colour playfield game "PUSH"
From: Bob Colbert <retroware@xxxxxxxxxxxxx>
Date: Mon, 11 May 1998 12:28:53 -0500
At 09:29 AM 5/11/98 +1000, you wrote:
>I must say, this assembler (DASM V2.02) is pathetic.

I must beg to differ!  What don't you like about it?  I've been able to do
everything I want using it.

>vara equ $80
>varb equ vara + 1        ; assuming size of vara = 1, this is two long
>varc equ varb + 2        ; size 2, but THIS one is 5 bytes.
>
>Thats horrible.

yeah, that's what I've been using

>I used to use something simple like...
>
>    org $80
>vara    ds 1
>varb    ds 2
>varc    ds 5

You can do this, but unfortunately DASM will want to include this in
the binary, so you really can't do it and get away with it.

I'll look into this a bit.

					Bob


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

Current Thread