RE: [stella] signed 8-bit comparisons?

Subject: RE: [stella] signed 8-bit comparisons?
From: "Thomas Jentzsch" <tjentzsch@xxxxxx>
Date: Fri, 5 Mar 2004 14:41:32 +0100
Dennis wrote:
> Your DelayRoughPosPterry routine is crossing a page boundary.

For timing critical code like that, you may want to use my CHECKPAGE macro:

  MAC CHECKPAGE
    IF >. != >{1}
      ECHO ""
      ECHO "ERROR: different pages! (", {1}, ",", ., ")"
      ECHO ""
      ERR
    ENDIF
  ENDM

Then, if you have a loop like
Wait:
  dex
  bne Wait  
,...you simple add CHECKPAGE Wait directly after the end of 
the loop.

Have?fun!
Thomas
_______________________________________________________
Thomas?Jentzsch?????????|?***?Every?bit?is?sacred?!?***
tjentzsch?at?web?dot?de?|



























____________________________________________________________________________
Nachrichten, Musik und Spiele schnell und einfach per Quickstart im 
WEB.DE Screensaver - Gratis downloaden: http://screensaver.web.de/?mc=021110

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


Current Thread