Re: A86: Pixels & ASM Studio 86--re-post
[Prev][Next][Index][Thread]
Re: A86: Pixels & ASM Studio 86--re-post
In a message dated 2/3/99 20:23:52 Eastern Standard Time, IVlusicman@aol.com
writes:
> Thanks for your advice...I just read the letters and will give your advice a
> try as soon as I get a chance. About the pixels question, I meant to say "
> Is
> there a command to turn ON all pixels" :) Sorry about that. I'm a
> careless
> typist.
>
ld hl,$fc00 ;screen start
ld de$fc01 ;next byte
ld bc,$03ff ;1023 bytes
ld (hl),c ;set first byte
ldir ;copy the rest