A83: Re: gsinput
[Prev][Next][Index][Thread]
A83: Re: gsinput
There is a small error on one of the tutorials.
inc l
should be:
inc hl
Try that.
James.
James Matthews (matthews@tkb.att.ne.jp)
ICQ: 7413754
http://home.att.ne.jp/gold/tomcat21/index.html
http://library.advanced.org/18242/
----------
> From: Chris Hiszpanski <mecad@scv.net>
> To: assembly digest <assembly-83-digest@lists.ticalc.org>
> Subject: A83: gsinput
> Date: Friday, October 30, 1998 2:03 PM
>
>
> I'm having a problem with Linus' numeric input. I read James' tutorial and
> followed the steps. Everything works but after I call the gsinput routine
> and return back to the place it was called from, I again _vputs a couple
> lines and call getkey. The calculator locks up and crashes. I think it has
> something to do with the gsinput messing up hl or some other register.
>
> From: Chris
> mecad@scv.net
Follow-Ups: