Re: [cc65] C64 Cartridge Program

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2007-05-18 11:01:27
On Thu, May 17, 2007 at 11:32:47PM -0400, Bill Katsak wrote:
> The problem now is that printf, scanf, and puts type IO does not work
> right (cases are reversed and it doesn't seem to be reading input
> right).

The original startup code switches to lowercase to make lower/upper work
correctly. This is done by

        lda     #14
        jsr     BSOUT

You should probably describe in more detail not only what you've added to the
startup file, but also the things, you've removed (probably more than just the
lines above).

Why exactly dou you think that the program does not seem to be reading input
right?

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz@musoftware.de
----------------------------------------------------------------------
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 18 11:01:37 2007

This archive was generated by hypermail 2.1.8 : 2007-05-18 11:01:40 CEST