code 'hline', hline
	push eax
	push edi
	push ecx
	call clip
	upop ecx	;h
	add [xy+2],cx
	mov eax,[fore]
	rep stosb
	pop ecx
	pop edi
	pop eax
next
