Re: A86: Re: A bunch of asm Questions


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

Re: A86: Re: A bunch of asm Questions




In a message dated 10/18/98 23:42:00 Eastern Daylight Time, rabidcow@juno.com
writes:

> for _vputs, you want _penCol and _penRow
>  they can be done both at one time like this:
>  	ld hl,place
>  	ld (_penRow),hl


i think it's _penCol first, and _curRow first.