[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 80 Columns under cc65?
On Jul 3, 8:02 pm, David Wilson <mcs6...@gmail.com> wrote:
> If the cc65 program is running with BASIC.SYSTEM, wouldn't it just
> need to do the equivalent to PRINT CHR$(4);"PR#3"?
>
> i.e.
>
> puts("\004PR#3");
>
> That way BASIC.SYSTEM will take care of the I/O vectors for you.
I don't think I'm running BASIC.SYSTEM, but I don't know much about
Apple //e programming. If nothing else, I'll just use 40-column
mode. BTW, I'm using conio.