A83: Re: insertmem and delmem


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

A83: Re: insertmem and delmem




To quote the always useful Developer's Guide:
InsertMem
Inputs
    HL = number of bytes of RAM to insert
    DE = point of insertion address
Outputs
    DE = intact

DelMem
Inputs
    HL = address of first byte to delete (point of deletion address)
    DE = number of bytes to delete
Outputs
    DE = intact
    BC = number of bytes deleted

-Dan Englender
----- Original Message ----- 
From: "Sam Heald" <evil_sam@hotmail.com>
To: <assembly-83@lists.ticalc.org>
Sent: Thursday, February 08, 2001 6:19 PM
Subject: A83: insertmem and delmem


> 
> What are the inputs/outputs for "insertmem" and "delmem"?
>    Sam
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
> 
> 




References: