Re: A86: Line(x,x,x,x,0 with ASM?


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

Re: A86: Line(x,x,x,x,0 with ASM?




In a message dated 98-01-10 00:13:47 EST, you write:

<< Oh... ok...   hmmmm.....  how about making a little asm prog that does 
 that draws the line with info from the basic program? and since it's on 
 the 86 it can be called directly from basic. In the basic part you make 
 5 vars, say X1, Y1, X2, Y2 and COLOR. Then you do Asm(line or whatever 
 you want to call the asm part and it simply loads the values from X1, 
 Y1, X2, Y2 and C into b, c, d, e, and h and calls _ILine.
 
 
 Muhammed >>

Yeah l thought about that too once...if l knew how to store variable contents
into the b-e registers and h then l could...certainly someone on the list
would know how to...