Re: Re: [stella] VSYNC in 9 bytes

Subject: Re: Re: [stella] VSYNC in 9 bytes
From: "Edwin Blink" <edwin.blink@xxxxxxx>
Date: Fri, 3 Sep 2004 11:25:50 +0200
Manuel Wrote:

>I've also noticed that it contains a new macro from Dennis, BOUNDRY, yet I
admittedly fail to get what it does...

with BOUNDRY you don't have to do the ORG $F500

>And why is it counting the free bytes?

Bytes waisted for the boundry can still be used to do something usefull. In
that case you put the usefull stuff before the boundry.

Instead of ORG$F500, ds 5 You could also use DS <(5-.) to do the same


Current Thread