Re: A86: Line(x1,y1,x2,y2,0 with ASM?


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

Re: A86: Line(x1,y1,x2,y2,0 with ASM?




Hmmm... the same thing happened when I was using delvar after using rst
20 to copy 10 bytes from hl into OP1 and in this program ILine is used
soon after several rst 20's.  Maybe this instruction goofs someting up
with some of the rom calls.  By the way, I tried calling ILine twice,
nothing happened.  I'm going to try and rewrite the program without using
any rst instructions and see what happens.
---
Andy Johnson
I think therefore I am, I think

On Sat, 17 Jan 1998 12:37:31 -0600 "Trey Jazz" <joemama@minot.com>
writes:
>
>hmmm really? are you sure you have the right value in h? every program 
>that
>ive made that uses it works the first time
>
>>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.
>>
>
>


Follow-Ups: References: