mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
They are still working, they just output a warning. `jp [hl]` is confusing as it may be thought that the CPU reads the value pointed by hl and jumps to it. `ldi a,hl` and `ldd a,hl` are also confusing as they load from the address pointed by `hl`, the correct mnemonic should say `[hl]`. Signed-off-by: AntonioND <antonio_nd@outlook.com>