Re: A82: one more question


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

Re: A82: one more question





<snip>
>
>ok, thanks barubary.. i have one final question and then i should finally
>be done with my game.. i get an error with this:
>
>	 ld      hl,pic
>        ld      de,PLOTSSCREEN
>        ld      bc,768
>        ldir
>
>the error is with the PLOTSSCREEN.. what do i do about that???

try this:

	ld      hl,pic 	   ;background data->hl
	ld      de,$88B8        ;I think this = GRAPH_MEM    
	ld      bc,768          ;bytes to copy (?)
	ldir                    ;copy bytes to buffer
	
							-Ahmed
Ahmed El-Helw
ahmedre@worldnet.att.net
http://asm86.home.ml.org
http://asm8x.home.ml.org
Ahmed_ on IRC
ICQ UIN: 3350394


References: