Menu

#365 Z flag not updated by the debugger of fuse-sdl

v1.3.2
closed-fixed
nobody
5
2017-03-11
2016-11-10
Marcos Cruz
No

The debugger of fuse-sdl shows the Z flag unset in this case, at label forever:

  ld de,0
  ld a,d
  or e
forever:
  jr forever

I've discovered this while debugging a program of mine. I use version 1.3.1. I've tried the older versions of fuse-sdl from 1.1.1 to 1.3.0, and the same problem happens. The debugger of fuse-gtk works fine, it shows the Z flag set as expected.

Discussion

  • Marcos Cruz

    Marcos Cruz - 2016-11-10

    I forgot: I use Fuse compiled on Raspbian (Debian for Raspberry Pi).

     
  • Sergio Baldoví

    Sergio Baldoví - 2016-11-10

    Thanks for the report. Looks like flags are printed in inverse order.

     
  • Sergio Baldoví

    Sergio Baldoví - 2016-11-10
    • Group: future --> NextRelease
     
  • Fredrick Meunier

    Patch looks good to me.

     
  • Sergio Baldoví

    Sergio Baldoví - 2016-11-13
    • status: open --> closed-fixed
     
  • Sergio Baldoví

    Sergio Baldoví - 2016-11-13

    Thanks all. Committed in [8c7fbf]

     

    Related

    Commit: [8c7fbf]

  • Fredrick Meunier

    • Group: v1.3.4 --> v1.3.2
     

Log in to post a comment.