Re: [stella] assembly syntax

Subject: Re: [stella] assembly syntax
From: Manuel Rotschkar <cybergoth@xxxxxxxx>
Date: Mon, 15 Aug 2005 03:56:56 -0400
Hi there!

> uppercase.  But I can't figure out how this works:
>
> 	dc.b	TEXTLINES[0]	
> MACRO	space
> 	dc.b	5[0]
> ENDM

Probably something like

	REPEAT TEXTLINES
	.byte 00
	REPEND

and

	MAC space
	REPEAT 5
	.byte 00
	REPEND
       ENDM

But I'm not 100% sure...

> I remember running the 16-character demo.  It was very
> impressive, but I don't think it's ever been posted to
> the list.

Wow, I'd love to see that. I remember reading about it in the archives, 
but I feared it was lost forever.

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

Current Thread