Re: A83: Re: Re: help to understand


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

Re: A83: Re: Re: help to understand




you can do it this way:
ld bc,#*256+#
ld de,#*256+#
ld hl,1
call _iline



In a message dated 98-04-02 00:40:27 EST, you write:

> >>set write_on_graph(iy+sgrflags)
>  >>1d bc,57 ;store 57 as bc
>  >>1d de,94 ;store 94 as de
>  >>1d h1,bc ;store bc as h1
>  >>1d h,de ;store de as h
>  >>call _iline
>  >
>  >can't help you there.
>  
>  no....
>  ld b,<first x coord>
>  ld c,<first y coord>
>  ld d,<second x coord>
>  ld e,<second y coord>
>  ld h,1(or 0 for a white line)
>  call _iline
>