On Fri, 4 Nov 1994 11:21:10 +0000, Mars Bar said: > Except that Comet won't let you add constants to a number in an IX instruction > (I think that's what it was... something like) ie ld (ix+const+2) won't work > even though it does on Lerm... sigh.
What about ld a,(ix-ix+foo)? I occasionally use that trick (where "ix" is a label placed at the location where IX will be set to, obviously). :-) imc

