Hi,
What is the quicker way to fill memory with a 16 bits value?
We can't use the ldir
trick here and I can't think about something else than a simple loop with:
ld (HL),C inc HL ld (HL),B inc HL
Any other way?
Self modified code is intersting but it is out of the scope of my use case.
Login or register to post comments