On Wed, 11 Oct 1995 13:29:43 +0100, Geoff Winkless said: > The difference between > > ld hl, &4293 > (note, I have no idea what &4293 would be in DOS, and I don't want to know) > ld a, (hl) > (similar blah) > > and > > ld hl, MY_START ; start address of data > ld a, (hl) ; get number of words to write > > (similar blah) > > should be blindingly obvious to all.
Of course. I never said it wasn't. (Then again, I've seen Dr Wright's coding style...) imc

