Menu

#3310 [z80 family] z80instructionSize misses ascii/str

closed-fixed
None
Z80
5
2022-03-10
2022-02-04
No

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$:

Related

Bugs: #3330
Patches: #428

Discussion

  • Sebastian Riedel

    • status: open --> closed-fixed
     
  • Sebastian Riedel

    Fixed in [r13187]

     

    Related

    Commit: [r13187]


Log in to post a comment.

MongoDB Logo MongoDB