Hi Folks. I recently restarted coding in cc65, and have installed 2.13 on a Windows 7 box. In testing, I ran across a strange issue : #include <stdio.h>int main(){ printf("hi there, %s\n","dan"); return 0;} compiled with cl65 test.c -t atari -o test.com -Osir produces a test.com file, which when run under the Atari800win program, produces the words "hi there,", but instead of "dan" and a carriage return I get a blank and a control character ( Control-M ). Printf doesn't seem to be finding its argument list correctly or something. I'm sure its a configuration issue on my side but I have no idea what it could be. -- Dan Winslow AIM INSTITUTE 1905 Harney Street, Suite 700 Omaha, NE 68102 402-345-5025 x156 ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Wed Feb 27 15:36:07 2013
This archive was generated by hypermail 2.1.8 : 2013-02-27 15:36:11 CET