Re: [cc65] using screen codes instead of PETSCII

From: Greg King <greg.king41verizon.net>
Date: 2011-12-02 05:27:57
From: "Ullrich von Bassewitz"; on Sun, Nov 27, 2011; at 05:47 AM -0500
>
> On Sun, Nov 27, 2011 at 01:43:03AM +0100, Gábor Lénárt wrote:
> > I do direct screen-access (writing into the video RAM), to display
text using
> > only ca65 (no C code). Text itself is ASCII (as I am coding on PC,
for sure,
> > since CC65 suite is a cross-platform compiler solution). Can I have
an easy
> > way to do the translation (at least, for "normal" characters) by the
> > assembler? Specifying a -t option does ASCII->PETSCII translation; I
would
> > like something similar for ASCII->screen-codes.
>
> See the cbm macro package described here:
>
>         http://www.cc65.org/doc/ca65-13.html#ss13.3
>
> If the scrcode macro is not exactly what you want, you easily can
write a
> similar macro yourself.

I notice that
 .MACPACK atari
isn't described by that chapter (it does the same thing, with ATASCII).

----------------------------------------------------------------------
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 Dec 2 07:26:21 2011

This archive was generated by hypermail 2.1.8 : 2011-12-02 07:26:55 CET