Filling color in enclosed area in MASM using recursion
I have a function vmem, which is for drawing at (cx, dx). The function vmemr is for reading (cx, dx) to see if the pixel is painted. And vmemr will return al=1 if there is color on (cx, dx)
Now I want to fill an enclosed area using recursion. The starting (cx, dx) is from the middle point of the enclosed area: