[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 80 Columns under cc65?
On Jul 4, 4:02 am, "John B. Matthews" <nos...@nospam.com> wrote:
> > > > Oliver: the code above was from a ProDOS system program. A non-system
> > > > cc65 program launched from the Basic prompt under ProDOS is running
> > > > alongside BASIC.SYSTEM. It might be necessary to update the BASIC Global
> > > > Page Default I/O vectors after initializing the card:
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.