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

Re: Apple IIgs' Super Res Locked Up?



"Bryan Parkoff" <nospam@nospam.com> wrote in
news:9GQPe.5510$L77.925@newssvr19.news.prodigy.com: 

> LDA $C029
> ORA $#C0
> STA $C029
> RTS
> 
>     This routine above works because first instruction is READ, second
> instruction is MODIFY, and third instruction is WRITE.  You can use
> "AND $#3F" to turn off Super Resolution.
>     Does it make sense?

Exactly!  I remember when I was first playing with SHR, I would (from the 
monitor) type in the address, make note of the value, do the ORA in my 
head, and then set the value from the monitor.
-Rob