[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 80-column mode with Aztec C SYS files?
On Aug 10, 10:51 pm, "Bill Buckels" <bbuck...@mts.net> wrote:
> "datajerk" <dataj...@gmail.com> wrote:
> >I am using the MS-DOS Aztec cross-compilers to create PRODOS SYS files for
> >the //e. My only problem so far is that I cannot figure out how to get the
> >program to run in 80-column mode.
>
> Hi there. The following demo prodos sys program written in Aztec C uses
> crt80(); to set 80 column mode. This code is directly from the Aztec C
> Website courtesy of AZTECPLUS by BluPhoenyx (Mike T.) & MacProber.
Excellent. Thanks!
> I am assuming that you are using my AppleX distribution.
Yes. Wonderful. Thanks again.
> and next time you
> need some help with Aztec C just save yourself some pain and send me your
> question private mail.
Thank you. I will.
> jk = 3.1416;
> printf("PI is %f\nPress a key to exit.\n",jk);
Here's another pi program for you: http://sense.net/~egan/apple2e_aztec_c/pi.c
This program (based on another I found with Google) will compute pi to
1000 digits on the //e in about 37 minutes.