Re: A86: Line(x1,y1,x2,y2,0 with ASM?
[Prev][Next][Index][Thread]
Re: A86: Line(x1,y1,x2,y2,0 with ASM?
In a message dated 98-01-15 23:12:48 EST, you write:
<< I tried doing this, but for some reason ILine dosen't seem to do
anything. I know the program isn't terminating early, everything seems
to work, only nothing appears. The program gets the data out of Ans in
the form of a list. Here's the program I'm using for a test:
>>
l work primarily in Basic and have little skills in Assembly, but when l made
a couple of my own Asm programs that used the lLine call, the first lLine
command would never work. l would have to load in the coordinates in
registers B-E and then Call lLine twice in a row to draw the line.