[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Slot settings on a ROM 3



In article <Ay_g4.12698$pb2.969796@tw11.nn.bcandid.com>, 
shack@southwind.net (Randy Shackelford) wrote:

> If you want a sure fire way to turn on 80 columns, just use a CALL to the
> decimal equivalent of $C300.

That is not very neat from Basic, because when doing a CALL you can't 
control which character you put in the A reg. A will become equal to the 
high byte of the called address, $C3, so calling 49920 will also print a 
"C" in the top left corner of the screen.
Apple's preferred way is to call $C300 with $8C in the A-reg, but as we 
cannot do that in BASIC, redirecting the output vector with PR#3 is the 
second best way.
-- 
Groetjes, Pim

To send me e-mail, insert a t right before the dot.
If you want to send spam, be sure to include your snail-mail address (he, he).