[A83] Re: storing op1 to list


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

[A83] Re: storing op1 to list




No,no you misunderstood me, the call _asmnumerical input is a call to the 
code for numerical input as given in asmguru.
I have pasted this code so that I can make a call to it whenever I need to 
have numerical input in my program. It's just a call to a place in another 
section of the program...
Besides I have a regular 83 not a plus, but this is unimportant for the 
answer...

On another matter,

Would it really be possible to go onto the internet with my pentium 90, with 
100 MB of free memory on the harddisk ???
It is possible to compress this C-drive in which it says I would have a 
harddisk of almost 595.33 MB, but what would the consequences then be???




>From: "Ronald Teune" <rtwolf@gmx.net>
>Reply-To: assembly-83@lists.ticalc.org
>To: "Assembly 83" <assembly-83@lists.ticalc.org>
>Subject: [A83] Re: storing op1 to list
>Date: Tue, 11 Sep 2001 19:00:29 +0200
>
>
> >Hmmm, I'm not sure, but the _asmnumerical input routine allocates
> >areas in ram called edit buffers, to store/edit the string you've typed.
>
>Is this a romcall? I can't find it for the 83+.
>
> >Then, when you press enter that string is parsed and the result comes
> >in OP1. Probably this changes the location of the list and therefore your
> >previously calculated address of the list element becomes invalid.
> >You should first input the number and do all sorts of calculations and 
>only
> >then you should calculate the address of the list and list element. Of
>course,
> >because the _chkfindsym romcall uses OP1, you must first copy its 
>contents
> >to another OP register.
> >
> >
> >> pppfffffff !!!!! I can believe how much trouble I have experienced with
> >> writing the freakin number in op1 to an element in an freakin list !!!!
> >>
> >> (Sorry that I react so late, but I haven't got a computer with internet
>at
> >> home (I have a pentium 90) and have to use public computers)
>
>I had internet/14k4 on a pentium90 for 4 years
>
>Ronald Teune
>
>
>
>
>


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp





Follow-Ups: