[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: K&R C Questions
"Harry Potter" <maspethrose7@aol.com> wrote:
>I want to produce and use C compilers for Commodore computers. I tried
>asking these questions in the appropriate newsgroup (comp.sys.cbm) but
>received no adequate response:
Like heck you didn't receive an adequate response... as usual you just
couldn't be bothered to make an ADEQUATE EFFORT and download the Aztec C
cross-compiler for the Commodore 64 from my website... a review of that
compiler would answer all your questions and more... here's one of my posts
in that thread...
----- Original Message -----
From: "Bill Buckels" <bbuckels@mts.net>
Newsgroups: comp.sys.cbm
Sent: Wednesday, July 22, 2009 5:58 PM
Subject: Re: K&R C?
"Martijn van Buul" <pino@dohd.org> wrote:
>In fact, I would try to avoid using K&R at all cost.
Not me.
Aztec C for the C64 is a great cross-compiler as anyone who knows anything
at all about writing C programs in Windows that run on the C64 knows and it
is of course K&R.
http://www.aztecmuseum.ca/
http://www.c64classics.ca/
>How do I define a function with no parameters?
See link above.
>What libraries and library functions are available?
See link above.
>How do I handle the passing of non-int parameters?
See link above.
>Are they converted to ints, or are they passed in the size of the
>operation?
They are passed on the stack.
>BTW, I may create it for the Apple 2--if I actually finish the Commodore
>versions. :)
The same Aztec C cross compiler works for both the C64 and Apple II... see
link above.