Re: [cc65] Macro/asm problem

From: Shawn Jefferson <jefferson_shawn_a8bit1yahoo.com>
Date: 2004-05-28 16:39:34
--- stefan <carlosofcascade@gmx.net> wrote:
> i would suggest something like this:
> #define WAITSUSHI  \
>     do{ \
>     asm ("bit $fc92"); \
>     }while(<0); \

The compiler doesn't like the while(<0) line. 
"Expression expected."

--
Shawn Jefferson



	
		
__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Fri May 28 16:39:38 2004

This archive was generated by hypermail 2.1.8 : 2004-05-28 16:39:46 CEST