Re: A83: Re: Registers
[Prev][Next][Index][Thread]
Re: A83: Re: Registers
Actually I had it backwards. It would be $0F07.
Also, the maximum coordinates for the graph cursor is $4060 (96,64).
----- Original Message -----
From: <Jkhum98@aol.com>
To: <assembly-83@lists.ticalc.org>
Sent: Thursday, February 10, 2000 15:09
Subject: Re: A83: Re: Registers
In a message dated 2/10/00 3:22:27 AM Central Standard Time,
Kouri@ucdavis.edu writes:
> This will set the coordinates to row 7, column 15 (bottom right hand
corner):
> ld hl,$0715
> ld (currow),hl
>
That'd be at column 21, perhaps resulting in a crash... I think you mean
$070F. right? :)
Jason_K
References: