[cc65] Difference between c128 and c64 targets

Date view Thread view Subject view

From: Payton Byrd (kingdurin_at_yahoo.com)
Date: 2004-01-01 08:48:24


When using -t c64, the output of "\n" from a printf is
only to move the cursor down a line.  You have to add
the "\r" to also move to the beginning of the line. 
If you use -t c128 then the output of the "\n" is to
both move down a line and move to the beginning of the
line.  Is this intentional or a bug in the C128 printf
code?  Both behave the same for cprintf of conio.h
(requiring both the \r and \n).

__________________________________
Do you Yahoo!?
Find out what made the Top Yahoo! Searches of 2003
http://search.yahoo.com/top2003
----------------------------------------------------------------------
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 : 2004-01-01 08:48:54 CET