A86: Re: Re: help


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

A86: Re: Re: help




>>what must I do to go in a new line ( ld a,1 ld (_penRow),a   don't work)
>
>
>Assembly Studio 86 probably inteprets each new asm instruction as a new
>line. If you put two instructions on one line, it thinks its one
>instruction, and an illegal one at that.


he was talking about how does he get the penrow to the 'next line' of the
variable width text.

ld a,6
ld (_penRow),a