[A86] Re: _closeEditEqu && _closeEditBufNoR


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

[A86] Re: _closeEditEqu && _closeEditBufNoR




On Tue, 4 Jun 2002 01:15:51 -0700
rabidcow@juno.com wrote:

> 
> _closeEditEqu                    equ            544Ah
> _closeEditEqu - close open edit buffer
>   input:
>     edit buffer
>     bit 2,(iy+1) set
>   output:
>     buffer closed, var size fixed

==> The problem with the _closeEditEqu is that it destroy the edit buffer (not very usefull when you want to parse it after :).. 

Xavier LaRue

>     bit 2,(iy+1) reset
>     all regs destroyed?
> 
> _CloseEditBufNoR is 5016h, as in your comment, otherwise the only info I
> have right now is from the 83+ docs.
> 
> Since neither of these seems to take actual registers as input, they
> should work exactly the same as 83+ as far as actual usage.  The only
> difference should be that all the pointers they use are 3 bytes instead
> of 2.
> 
> I wasn't sure if you were just looking for equates or what, if that's the
> case look for asm86.inc, which has all the ROM calls in the jump table. 
> Might be on ACZ's server still?
> 
> -josh
> 
> 
> On Mon, 3 Jun 2002 23:18:25 -0400 Xavier LaRue <paxl@videotron.ca>
> writes:
> > 
> > Hi,
> > Do somone had the rom call definition of _closeEditEqu && 
> > _closeEditBufNoR..?
> > 
> > Thx for your help 
> > Paxl
> > 
>  
> 
> ________________________________________________________________
> GET INTERNET ACCESS FROM JUNO!
> Juno offers FREE or PREMIUM Internet access for less!
> Join Juno today!  For your FREE software, visit:
> http://dl.www.juno.com/get/web/.
> 



References: