Re: [cc65] Apple 2 ASCII with MSB on

Date view Thread view Subject view

From: Greg King (gngking_at_erols.com)
Date: 2003-05-12 17:36:03


From: Justin England
Date: Saturday, May 10, 2003, 07:08 PM
>
> Each character on the screen is stored as one byte of display data.
> The low-order six bits make up the ASCII code of the character being
> displayed.  The remaining two (high-order) bits select format
> and the group within ASCII.

That sounds like "screen-codes".  On CBM computers, screen-codes are
different from the code-numbers that are used by programs, in their text
strings.  Are screen text and program strings the same or different in the
Apple II family of computers?

What Uz needs to know is:  what is created when Apple BASIC interprets
these statements?

10 u$="ABCD1234+-()"
20 d$="abcd[]{}~"

What happens to the numbers when those strings are printed to the screen,
or written into a file?  What does GET A$ see when those characters are
typed on the keyboard?

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2003-05-12 17:39:26 CEST