Re: A86: arrays


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

Re: A86: arrays




"Z80 Assembly Lanugage Subroutines" is a pretty cool book when it comes to
stuff like this. It has stuff for binary search, quick sort, and yes,
routines for 1-dimensional, 2-dimensional, and n-dimensional(!) arrays. It
also has addition / subtraction / multiplication / division routines both
binary and bcd, and both fixed precision and variable (up to 255 bytes)
precision.

----- Original Message -----
From: Chris Phelps <chicane@reninet.com>
To: <assembly-86@lists.ticalc.org>
Sent: Sunday, December 26, 1999 6:08 PM
Subject: Re: A86: arrays


> MikeT843@aol.com wrote:
>
> > How would i create an array with Asm?




References: