gb-asm-tutorial
gb-asm-tutorial copied to clipboard
Part 2 Memcopy or Memcpy
An inconsistency in part 2:
The tutorial text introduces
Memcpy, like the similar C function
but in the code the routine is labelled Memcopy (note the o).
It should be trivial to change the code to match the text (a bit less so the other way around).