On 8 Sep 97 at 9:01, Andy Kunz wrote: > >There are a lot of different ways to do this, trading off speed, code > >space, temporary variables, stack space, and flexibility. The fastest > >way to copy variables would be a simple load and store: > > I still like this the best: > > LD HL,srcpntr > LD DE,destpntr > LD BC,bytestomove > LDIR Z80! A real blast from the past there. Did Zilog ever make a controller with that instruction set and microcontroller features? MikeS (remove the you know what before replying)