Re: A86: Pixels & ASM Studio 86--re-post


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

Re: A86: Pixels & ASM Studio 86--re-post




To get a black screen, do this:

	ld hl,$fc00
	ld de,$fc01
	ld bc,1023
	ld (hl),255
	ldir

IVlusicman@aol.com wrote:
> 
> 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.
> 
> Thanks again
> --Ryan Child


References: