A86: Question


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

A86: Question




Hello,
	I am sorry if this is a stupid question, but I was trying to draw a line
on one of my progs, and when I got it, I always get at least some junk
around it... Anyone can see what I am doing wrong ?

Initialize:
	call _runindicoff
	call _clrLCD
	ld b,85	
   	ld c,0		
   	ld d,85		
   	ld e,64			
  	ld h,1		
  	call _ILine	
	call _getkey
	ret

					=Ahmed

btw - clrscrn doesn't do the trick either...


Follow-Ups: References: