Re: [cc65] Print heart character on C64?

From: Greg King <gngking1erols.com>
Date: 2004-09-20 05:31:05
From: Groepaz; on Date: September 18, 2004, 10:38 AM -0400
>
> As a workaround, you can do printf("\nhello world! %c",0x73); but,
> that's kinda ugly, I know. :=P

In situations like that, you can have a "cleaner" work-around by doing what
the Commodore computer does.  Switch to the upper/graphics character-set,
and type the graphics character.  Then, switch to the lower/upper set.  You
will see what your program needs to print (a capital "S", in this case).

    printf("\nhello world! S");

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Mon Sep 20 07:02:56 2004

This archive was generated by hypermail 2.1.8 : 2004-09-20 07:03:05 CEST