Instruction size counter doesn’t know how to handle ascii/asciiz/str/strz
src/menu_game.c:134: info 218: z80instructionSize() failed to parse line node, assuming 999 bytes
'.strz "src/menu_game.c" '
I don’t know if it has relevance on other targets, but on sm83 some emulators have debug prints with identity LDs:
ld d, d
jr 1$
.dw 0x6464
.dw 0x0000
.strz "src/menu_game.c"
1$:
Fixed in [r13187]
Related
Commit: [r13187]